Exploring websockets.
Exploring websockets by building a basic chat application.
The following software have been used for this project.
NodeJS
Windows 10 64-bit OS
https://socketchats.herokuapp.com/
Clone this repository.git clone https://github.com/weaponsforge/websockets-chat.git
Install dependencies.npm install
Run the web server.npm run start
Load the app on a web browser and enter your username.http://localhost:3000
Load the app on another web browser tab and start chatting with yourself.http://localhost:3000
@weaponsforge
20200517