Desc: In game chat for players.
- Node JS
- Local server (xampp/wamp)
- Stockadmin database
- Clone repository to your PC.
- Update project by running this command
npm install
. - Set your database configuration to
.env
file. - Update database table by
node server.js update_database
. - Run the project by
npm start
- open browser localhost:3000
Hint: Open multiple browser tabs for multiple session chat.
- Setting your custom server variable by directly into .env file.
- Auto importing database file you don't need to go to phpMyAdmin.