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

https://github.com/bennycode/websocket-example


https://github.com/bennycode/websocket-example

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

# websocket-example

## Build instructions

**Development mode**

```bash
npm run dev
```

**Production mode**

```bash
npm start
```