A simple chat server to communicate with other devices on your local network via TCP socket. Protected with transport layer security (TLS).
1. Prerequisites:
- OpenSSL installed.
- Go installed.
- You also need a tcp-chat client as a user interface.
2. Install the repository:
go install github.com/anhtr13/tcp-chat-server@latest tcp-chat-server [flag]Flags:
--port [string]: Specify the port number (default 8080).
Note: You must setup SSL certificates the first time you run the app.