This is a simple chatroom server written in Go. It allows multiple users to connect, chat with each other, and join different chat rooms.
Clone the Repository:
git clone https://github.com/kaandesu/go-chat.git
cd go-chat
Run the server:
make run
nc localhost 3000
Contributions are welcome! Feel free to open issues or pull requests for any improvements or bug fixes.
I will update this readme, once it reaches a stable point with its initial limited features and I refactor the file structure.