~aritra1911/mc_server

Mini Chat Server Application
Confirm sender command instead of echoing
Fix indentation
Exit ungracefully on Minix

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~aritra1911/mc_server
read/write
git@git.sr.ht:~aritra1911/mc_server

You can also use your local clone with git send-email.

#Mini Chat Server Application

Since there's no daemon support, you may use this command to keep it running even after you close the shell.

$ nohup /usr/home/ray/pgm/mc/server/server -4 >/dev/null &

You may replace /dev/null in the above command with the name of a log file.