- Linux
- macOS
I always wanted to make a chat server. I want to make the experience easy such that people that want to chat can just use nc or telnet
- launch
- as server:
chat server
- as client:
chat -ip4 <server's ip address>
- as server:
- for help, enter
help
command
-
Dependencies
external/libs
: manual build is required- in
external/openssl
: manual build is required
-
Environment
make
- build toolg++
- compilervim
- file editor
-
Build
- run
make help
for help
- run
-
Supported OS
- Linux (debian)
- macOS (arm64)