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

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

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.