https://github.com/azrubael/230212-websocketchat
A chat application which store the most recent 12 messages
https://github.com/azrubael/230212-websocketchat
Last synced: about 1 year ago
JSON representation
A chat application which store the most recent 12 messages
- Host: GitHub
- URL: https://github.com/azrubael/230212-websocketchat
- Owner: Azrubael
- Created: 2023-02-13T05:52:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T05:54:31.000Z (over 3 years ago)
- Last Synced: 2025-02-15T10:32:18.996Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebSocket Chat App Example
To run this example, navigate to this directory in your terminal then install the Node.js dependencies with:
```sh
npm install
```
Run the application with:
```sh
npm start
```
Open the application at in an number of browser tabs.