mriso_dev / nodejschat
Realtime Node JS Chat with PHP/MySQL persistency
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 4
pkg:composer/mriso_dev/nodejschat
This package is not auto-updated.
Last update: 2025-10-20 19:17:05 UTC
README
Realtime Node JS Chat with PHP/MySQL persistency
How to install
- I assume you have set up your server with Node, PHP and MySQL. There is many tutorials out there.
- You are familiar with those techs, at least basic / intermediate level.
- Make the server.js node app run, inside the node folder. Maybe you want to use some manager like PM2
- Watch the paths in the index.html (there is comments in the code there)
- Install the database in the server folder. Also, change the settings at pdo.php
- Modify it freely!
Perhaps you will need to liberate the port 3000, or another port if you specify that.
This is given as is, I hope it helps you in some way. Just leave my comments by @mriso_dev somewhere in the code.