This is a small chat made with socket io, express and nodeJS
It has a user login to enter the chat.
To rebuild the node modules you must execute the command:
npm install
Open a database manager and import the socketChat.sql file that's in Db dump folder.
-
First User:
User: Cesar
Pass: primerUsuario
-
Second User:
User: Carlos
Pass: segundoUsuario
To run the app go to project root folder and execute:
npm start
The server will run the application on port 3000:
In a web browser go to localhost:3000