Simple Websocket chat server written in Go.
Instructions:
- Open the main directory in a command prompt.
- Run the server using
go build
orgo run
- Type
help
in the command window for admin commands.
As a client:
- Connect in your browser to the IP written in the command prompt.
- Enter a username, and you're in!
- Type
/help
in the text box and submit to see client commands.
Features:
- Real-time message distribution and logging to .txt files (in the
logs
directory) - CLI for admin use