Skip to content

Simple web-chat build on Codeigniter and Node.js

License

Notifications You must be signed in to change notification settings

techibert/ci-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI-chat

Simple web-chat build on Codeigniter and Node.js

Used solutions

https://github.com/jamierumbelow/codeigniter-schema - Expressive table definitions https://github.com/sockjs/sockjs-node - WebSocket emulation for Node.js server

Requirements

  • MySQL
  • Node.js

Installation

  1. Create MySQL database
  2. Configure your database connection in "application/config/database.php" and in "node-server/server.js"
  3. Configure base_url in "application/config/config.php"
  4. Run following commands
cd /project-root
chmod +x ./install
./install
node ./node-server/server.js

Visit "http://your-host/"

About

Simple web-chat build on Codeigniter and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.4%
  • JavaScript 4.3%
  • Other 0.3%