RealTimeBB is a web forum application build on Node.js. RealTimeBB use websocket to interact with server and client.
- MongoDB http://www.mongodb.org/downloads
- Redis (Session store and MQ) http://redis.io/download (Windows version: https://github.com/rgl/redis/downloads)
- Node.js http://nodejs.org/download/
- Run MongoDB and Redis in local machine (no password)
- git clone
[email protected]:lawrence0819/RealTimeBB.git
- cd RealTimeBB
- npm install
- npm install -g sails
- npm install -g grunt-cli
- sails lift
- Open browser and enter
http://localhost:1337