kaandesu / go-chat

🚧 simple tcp chatroom server in go
1 stars 0 forks source link
chatroom go server tcp terminal

Go Chatroom Server

This is a simple chatroom server written in Go. It allows multiple users to connect, chat with each other, and join different chat rooms.

Features

Usage

  1. Clone the Repository:

    git clone https://github.com/kaandesu/go-chat.git
    cd go-chat
  2. Run the server:

make run
  1. Connect to the Server: Use a TCP client (e.g., telnet or netcat) to connect to the server:
nc localhost 3000

Contributions

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.