Skip to content

ha-iot/ha-socket-server

Repository files navigation

HAIoT - Socket Server

A server to help users handle its hardware handlers.

Build Status codecov David DM

HAIoT System

This is part of the HAIoT System for house automation.

Development

At the end of the next steps, a server will be up and running on your local 3003 port (but you can change this at environment level).

git clone https://github.com/ha-iot/ha-socket-server/
cd ha-socket-server
npm i
npm start

Testing

npm test