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

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

License

Notifications You must be signed in to change notification settings

nickdex/AIDA-Server

Repository files navigation

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