YorkshireKev / chatroom.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!)

About

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

License:MIT License


Languages

Language:JavaScript 84.9%Language:CSS 15.1%