Skip to content

anhtr13/tcp-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP-Chat server

A simple chat server to communicate with other devices on your local network via TCP socket. Protected with transport layer security (TLS).

Getting Started

1. Prerequisites:

2. Install the repository:

  go install github.com/anhtr13/tcp-chat-server@latest

Usage

  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.

About

simple cli chat app using TCP socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages