ashworth-zach / NodemcuServer

Esp8266 Server and local node server communicating back and forth with websockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodemcuServer

super simple server that I plan on adding stuff to.

Changes:

  • added websocket support to esp8266, and added a localhost node/express server to communicate back and forth.
  • removed socket.io from local node server. Switching to WebSockets.

To use:

  • flash esp8266 with webServer.ino
  • run npm install
  • node server.js
  • You will have to change your ssid and password, along with the ip address of your esp8266.

About

Esp8266 Server and local node server communicating back and forth with websockets.


Languages

Language:C++ 55.1%Language:JavaScript 20.1%Language:EJS 14.1%Language:CSS 10.7%