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

https://github.com/simonstnn/web-rooms

App made for course IoT Apps @ Vives
https://github.com/simonstnn/web-rooms

cookies jquery jwt nodejs sass typescript ws

Last synced: over 1 year ago
JSON representation

App made for course IoT Apps @ Vives

Awesome Lists containing this project

README

          

# Demo Websocket 2

## Setup

Make a copy of `.env.template` and name it `.env`. Fill in the values for the environment variables.

```bash
cp .env.template .env
```

## Usage

### Server

Run the server with the following command:

```bash
npm run server
```

### Client

Run the client with the following command:

```bash
npm run client --
```