Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

GET STARTED: NodeMCU

Our own implementation of the server is based on the application of Node.js. A single server receives information from the microcontroller and thourgh that magic happens.

The server is capable of receive data from digital or analogic sensores or actuators and to reply as it should. The webpaged presents then the interpretation of that data to the user in a more conveniet and visual way.

How to Install Node.js

https://howtonode.org/how-to-install-nodejs

(You can also find a server side tutorial here: GET STARTED: NodeMCU.)