icoms-server-esp32
v1.0.1
Published
This README would normally document whatever steps are necessary to get your application up and running.
Downloads
8
Readme
Icoms server esp32
This project have to purpose to offer a very ligth weight lowjs server package with basics functions.
Install
$ npm i icoms-server-esp32
Usage
const { Server } = require("icoms-server-esp32")
const server = Server({ runOnEsp32: true }) //set runOnEsp32 to false when you are running out of ESP32 chip
server.start(port)