Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weaponsforge/websockets-chat
Exploring websockets.
https://github.com/weaponsforge/websockets-chat
express nodejs websockets websockets-chat
Last synced: about 1 month ago
JSON representation
Exploring websockets.
- Host: GitHub
- URL: https://github.com/weaponsforge/websockets-chat
- Owner: weaponsforge
- Created: 2020-05-16T20:28:11.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-12T19:31:00.000Z (about 2 years ago)
- Last Synced: 2023-03-08T09:07:16.982Z (almost 2 years ago)
- Topics: express, nodejs, websockets, websockets-chat
- Language: JavaScript
- Homepage: https://socketchats.herokuapp.com/
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
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