Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 141 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 141 Bytes

Chat

This is a really simple nodejs chat app built with expressjs.

To develop, clone and run

$ cd chat
$ npm install
$ npm start