Node.js server to make a realtime chatting app on ARNweb.nl
Go to file
2019-08-21 21:29:48 +02:00
node_modules Added chat with usernames 2019-08-21 20:32:42 +02:00
index.html Added user (dis)connection broadcasts 2019-08-21 21:29:48 +02:00
index.js Added user (dis)connection broadcasts 2019-08-21 21:29:48 +02:00
package-lock.json Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00
package.json Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00
README.md Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00

Node.js realtime chat server / client

Me trying to make a chat application using socket.io and node.js