Skip to content

Very quick implementation of a websockets based chat system in NodeJS. Storage is in memory but can be made persistent with a single line change. This was an experiment, written as part of a cancelled CS4032 Distributed Systems assignment.

Notifications You must be signed in to change notification settings

minuteman3/cs4032-chat-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs4032-chat-node

Very quick implementation of a websockets based chat system in NodeJS. Storage is in memory but can be made persistent with a single line change. This was an experiment, written as part of a cancelled CS4032 Distributed Systems assignment.

Demo available online here

About

Very quick implementation of a websockets based chat system in NodeJS. Storage is in memory but can be made persistent with a single line change. This was an experiment, written as part of a cancelled CS4032 Distributed Systems assignment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published