https://github.com/weaponsforge/websockets-chat
Exploring websockets.
https://github.com/weaponsforge/websockets-chat
express nodejs websockets websockets-chat
Last synced: about 2 months ago
JSON representation
Exploring websockets.
- Host: GitHub
- URL: https://github.com/weaponsforge/websockets-chat
- Owner: weaponsforge
- Created: 2020-05-16T20:28:11.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-12T19:31:00.000Z (over 2 years ago)
- Last Synced: 2025-01-31T10:44:38.134Z (4 months ago)
- Topics: express, nodejs, websockets, websockets-chat
- Language: JavaScript
- Homepage: https://socketchats.herokuapp.com/
- Size: 256 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## websockets-chat
> Exploring websockets by building a basic chat application.
### Prerequisites
The following software have been used for this project.
1. NodeJS
- node version 10.16.3
- npm version 6.9.02. Windows 10 64-bit OS
### Demo
[https://socketchats.herokuapp.com/](https://socketchats.herokuapp.com/)
## Installation
1. Clone this repository.
`git clone https://github.com/weaponsforge/websockets-chat.git`2. Install dependencies.
`npm install`3. Run the web server.
`npm run start`4. Load the app on a web browser and enter your username.
`http://localhost:3000`5. Load the app on another web browser tab and start chatting with yourself.
`http://localhost:3000`@weaponsforge
20200517