We are talking about a chat application that allows communication with other users. It is built using socket communication with NodeJS.
Note:
- server-client communication
- client-server communication
- client-clients communication (Pending implementation of graphic mode)
Remember that you must rebuild the node modules with the command
npm install
Start app with the command:
node server/server.js
By default the app runs in: http://localhost:3000/.
- HTML
- CSS
- JavaScript
- NodeJS
- Sockets
- Express
- Visual Studio Code
- Git/Git Hub
- Heroku