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
- Host: GitHub
- URL: https://github.com/simonstnn/web-rooms
- Owner: SimonStnn
- Created: 2025-04-04T14:57:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T16:17:24.000Z (over 1 year ago)
- Last Synced: 2025-04-04T16:34:06.685Z (over 1 year ago)
- Topics: cookies, jquery, jwt, nodejs, sass, typescript, ws
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --
```