"μChat" is a very basic chat webapp built using express and socket.io.
First make sure you have installed Node.js then make a clone of the repository. After that you can start the app
node path/to/index.js PORT
The PORT argument is optional, if there's no port argument provided, the application will run on port 80. You can also set the port by creating an environment variable.