This repository has been created as a part of the YouTube video: Control ESP32 from ANYWHERE in the World - Step-By-Step Tutorial
This is WebSocket server code that after deploying to AWS API Gateway WebSockets with Serverless Framework acts as an intermediary between ReactJS Web Application and ESP32 Microcontroller.
In case you are not familiar with Serverless Framework yet I recommend checking this video: Getting started with AWS Lambda and Serverless Framework
- AWS CLI installed and configured
serverless-frameworknode.js
Run:
npm installor
yarn install
Run:
yarn deployor
npm run deployMIT.