Skip to content

A test program I made to familiarize myself with nodejs. Creates a chat server and broadcasts messages to all users.

Notifications You must be signed in to change notification settings

tflucke/Simple-Chat-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using Systemd

Setup:

npm install socket.io

mkdir -vp ~/.config/systemd/user

cp -v chatRoom.service ~/.config/systemd/user

systemctl --user daemon-reload

Run:

systemctl --user start chatRoom

Stop:

systemctl --user stop chatRoom

Manual

Setup:

npm install socket.io

Run:

node main.js &

Stop:

kill [pid]

About

A test program I made to familiarize myself with nodejs. Creates a chat server and broadcasts messages to all users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published