chat-app server implementation
This is a simple chat app application that allows users to join room and communicate over web socket connection.
- Ability of a user to join different rooms and chat
- Message persistence in which a user can retrieve previous messages even after disconnection
If you wish to run the application on your local server, you could run
- go build -o chat-app The you will be able to run the binary
- ./chat-app
- If you are interested in improving the application or fixing a bug. Kindly open an issue and fork the repository to make neccessary fix and make a pull request which i will review and merge