# mini-chat Tiny IRC-like chat server built for compatibility with netcat and written in Go # # Usage # # # Starting the server ./mini-chat server --port 1337 # # # Connecting to the server nc $SERVER_IP $SERVER_PORT