Skip to content

Example chatroom project with crossing use between NodeJS PHP Socket.io and Express.

Notifications You must be signed in to change notification settings

ethaizone/Example-chatroom-with-NodeJS-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example-chatroom-with-NodeJS-PHP

Example chatroom project with crossing use between NodeJS PHP Socket.io and Express. This one for demo customer service system with lobby for staff.

How to run

  • Put this project to folder of apache or nginx that can run PHP.
  • run npm install to install node package. This require express and socket.io.
  • run node chat.js for run websocket/api server. You need to run php and node on same server and make sure that port 80 and 3421 can connect from client.

How to use

  • Open index.php page to get login page as customer.
  • Open staff.php page to get login page as customer service staff.
  • Staff can send preview link by insert link to message box and append link with #preview for make url can click and open iframe below chat box. (Example: http://ethaizone.com#preview) Try it. Simple and plan.

License

For learning perpose only. If you want similar project, contact me. I will cast magic and make it best for you.

Warning

This project is quick and dirty example. I don't implement any security protection.

Screenshots

Login Chat Staff lobby

About

Example chatroom project with crossing use between NodeJS PHP Socket.io and Express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published