https://github.com/code0wl/go-chat-application
Just another chat app
https://github.com/code0wl/go-chat-application
Last synced: 11 months ago
JSON representation
Just another chat app
- Host: GitHub
- URL: https://github.com/code0wl/go-chat-application
- Owner: code0wl
- Created: 2017-06-23T07:10:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T08:56:38.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T05:41:23.737Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple radio functionality with Golang
I am new to go, just a simple program that uses tcp to allow communication in the same way a radio channel would work.
### limitations
Message has to be received before one can be returned.
Next step is to make it work concurrently.
# How to
Create a channel
```bash
go run main/go -listen "your port"
```
Subscribe to a channel
```bash
go run main/go "your port"
```