Simple web-chat build on Codeigniter and Node.js
https://github.com/jamierumbelow/codeigniter-schema - Expressive table definitions https://github.com/sockjs/sockjs-node - WebSocket emulation for Node.js server
- MySQL
- Node.js
- Create MySQL database
- Configure your database connection in "application/config/database.php" and in "node-server/server.js"
- Configure base_url in "application/config/config.php"
- Run following commands
cd /project-root
chmod +x ./install
./install
node ./node-server/server.js
Visit "http://your-host/"