A really little chat server written in Node.js
To run the server, just navigate to the directory and type
node server.js
To connect, netcat with
nc localhost 4000
If you want to run a server over your network, just tweak where it's being served
Based entirely off of the final example shown here