An open API service indexing awesome lists of open source software.

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

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
```