IoT Protocols |
https://www.nabto.com/guide-iot-protocols-standards/ |
|
https://hashstudioz.com/blog/top-iot-communication-protocols-2020/ |
Understood how to create our own networks using protocols such as blutooth, zigbee and other similar technologies |
|
WoT Protocols |
https://medium.com/@shantanoodesai/live-iot-data-subscription-with-apollo-graphql-and-mqtt-60b7c5a86cde |
|
https://www.hivemq.com/mqtt-essentials/ |
|
|
https://www.hcltech.com/blogs/unleashing-power-html5-websocket-internet-things-iot https://www.youtube.com/watch?v=f4JmhGBsRkQ [IMPORTANT]**** |
understood protocols that decide/define the communication between servers and clients for various different applications |
|
Firebase |
https://medium.com/swlh/real-time-iot-app-with-react-firebase-esp8266-e2e673efd1bf |
|
https://medium.com/@vibrologic/serverless-iots-with-firebase-realtime-database-and-esp8266-9937d98d1ae0 |
obtained an understanding of how to use google’s popular backend-as-a-service firebase in IoT projects and particularly how to make requests to firebase using an nodemcu |
|
De-Firebase |
https://stackoverflow.com/questions/40707290/how-does-firebase-database-instances-retrieve-data-in-realtime |
|
https://odyssey.apollographql.com/ |
|
|
https://leapgraph.com/graphql-cheat-sheet/ |
understood how to build our own mini firebase that comes with real-time monitoring of data |
|
Event-Driven APIs |
https://medium.com/event-driven-utopia/event-driven-apis-understanding-the-principles-c3208308d4b2 https://nordicapis.com/5-protocols-for-event-driven-api-architectures/ [IMPORTANT] |
|
Push Type Databases |
https://medium.baqend.com/real-time-databases-explained-why-meteor-rethinkdb-parse-and-firebase-dont-scale-822ff87d2f87 |
|
SSE |
https://www.youtube.com/watch?v=KkI3yHjKjqs [IMPORTANT] https://www.the-guild.dev/blog/graphql-over-sse https://www.digitalocean.com/community/tutorials/nodejs-server-sent-events-build-realtime-app https://wundergraph.com/blog/deprecate_graphql_subscriptions_over_websockets |
got deep insight about a new and upcoming technology that has the potential to change how servers talk to clients in IoT applications and how to implement such a backend system |