Exploring websockets by building a basic chat application.
The following software have been used for this project.
-
NodeJS
- node version 10.16.3
- npm version 6.9.0
-
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