Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)