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-framework
node.js
Run:
npm install
or
yarn install
Run:
yarn deploy
or
npm run deploy
MIT.