How to use AWS IoT to send/receive messages to/from Web Browser

前端 未结 4 898
无人共我
无人共我 2021-01-30 13:39

We are trying to use Amazon Web Services Internet of Things (AWS IoT) to send messages from/to a Web Browser (e.g: . Given that the AWS IoT supports JavaScript we expect

4条回答
  •  长发绾君心
    2021-01-30 14:18

    In case anyone else is looking for a solution: here's a tutorial that demonstrates via a simple chat app how to get real-time updates into a ReactJS front-end using Serverless and Websockets on AWS IOT. The source code of the tutorial is available on Github.

提交回复
热议问题