Awesome
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
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.