Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 926 Bytes

File metadata and controls

31 lines (23 loc) · 926 Bytes

Chatstorm

About

Chatstorm is an online brainstorming web application that uses a real-time chat to share ideas and automatically fetch and suggest web-content relate with those ideas. Technically speaking it was developed in Node.js (Server-side Javascript) and WebSockets (Client-side).

Screenshot

Chatstorm running

Run

To run Chatstorm you need:

  • Node.js (latest version prefered)
  • NPM (Node Package Manager)
  • Socket.io (latest version prefered)

Credits

This project was developed during the Sapo Codebits programming contest by:

The chat code is from Ryan Dahl.