Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 328 Bytes

AIDA-server

Server to control all requests directed to my IoT devices in home

For my use case, I found using paho library for browser which uses websockets better

Build Setup

# install dependencies
yarn install

# Transpile Typescript and run server at localhost:3000
yarn dev

# Transpile files
yarn build