https://github.com/gonzofish/ws-chat-client
A small chat client that uses websockets
https://github.com/gonzofish/ws-chat-client
chat chat-application javascript toy toy-project vanilla-javascript vanilla-js websocket websockets
Last synced: about 2 months ago
JSON representation
A small chat client that uses websockets
- Host: GitHub
- URL: https://github.com/gonzofish/ws-chat-client
- Owner: gonzofish
- Created: 2017-04-20T01:47:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T01:55:02.000Z (about 9 years ago)
- Last Synced: 2025-05-26T10:02:24.097Z (about 1 year ago)
- Topics: chat, chat-application, javascript, toy, toy-project, vanilla-javascript, vanilla-js, websocket, websockets
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebSocket Chat Client
A client to work with the [WebSocket Chat Server](https://github.com/gonzofish/ws-chat-server)
I wrote. This client will ask users to login until they pick
a username that doesn't exist. After which they will be able
to send chat messages.
If the user refreshes the page or navigates away, the username
they picked will be made available.
## Install
To install run
```shell
npm i
```
## Running the Client
To run the client app
```shell
npm start
```