From 330baa8a94be924bfe5a2a6b7d952e7b070ac1f9 Mon Sep 17 00:00:00 2001 From: adb Date: Tue, 22 Sep 2020 09:47:53 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 57615d8..4303c72 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # 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