Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmccrystal/go-chat
Simple IRC-like chat application written in Go
https://github.com/rmccrystal/go-chat
Last synced: about 2 months ago
JSON representation
Simple IRC-like chat application written in Go
- Host: GitHub
- URL: https://github.com/rmccrystal/go-chat
- Owner: rmccrystal
- License: apache-2.0
- Created: 2019-06-16T06:35:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T06:41:27.000Z (over 5 years ago)
- Last Synced: 2024-06-20T21:14:59.057Z (7 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-chat
Go-chat is a simple IRC-like chat application written in Go. Clients connected to the server will be able to send messages from an arbitrary alias which will be broadcasted to all other clients connected to the server. Clients will also be able to run commands on the server such as `/msg`.
## Installation
### Server
TODO
### Client
TODO
## Usage
TODO
### Commands
TODO
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[Apache](http://www.apache.org/licenses/LICENSE-2.0)