Go to file
2020-09-23 17:35:56 +02:00
public redis update 2020-09-23 17:35:12 +02:00
.gitignore alpha 2020-09-22 11:38:58 +02:00
README.md Update 'README.md' 2020-09-22 09:47:53 +00:00
server.js redis update 2020-09-23 17:35:12 +02:00

ESP_smarthome_server

This is a simple application to setup your own smarthome with some ESP8266. The server is based on Nodejs and can be run on a Raspberry Pi. You can change the public ports 8080 (web UI) and 8081 (websocket). To run the server simply execute server.js.

screen -A -m -d -S short_url nodejs server.js

It's recommended to use a reverse proxy like nginx.

//good luck