Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 371 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 371 Bytes

chatroom.js

A barebones chatroom written in JavaScript using Node.js and Socket.io

Install

  • Clone repo
  • npm install
  • run with: node server.js

Point browser at server on port 3000. e.g. http://localhost:3000

Live Demo

http://chatroomjs.yorkshirekev.com/

(If you're lucky my pathetically small demo server won't have crashed!)