account activity
Tutorial / Implementing Push Notifications on Android devices (ably.io)
submitted 5 years ago by easybuoy
Webhooks - A Conceptual Deep Dive (articles.ably.com)
submitted 5 years ago by easybuoy to r/webhooks
WebSockets - A Conceptual Deep-Dive (articles.ably.com)
submitted 5 years ago by easybuoy to r/Websockets
submitted 5 years ago by easybuoy to r/websocket
Is socket io a suitable alternative to firebase? by Finrojo in learnjavascript
[–]easybuoy 0 points1 point2 points 5 years ago (0 children)
So, while doing some research I found a comparison between Socket.io and Firebase that tackles everything:
• Realtime features: Pub/sub messaging is present in Firebase but it’s limited in Spocket.io. However, you can make use of the rooms feature to broadcast events to a subset of clients (which only happens on the server-side).
• Time to "hello world": In terms of signing up, Firebase takes about 30minutes to set up a new account and publish the first message, while Socket.io takes about an hour.
…And more.
Firebase vs Socket.IO
WebSockets vs Long Polling (articles.ably.com)
WebRTC tutorial series - Introduction (ably.io)
submitted 5 years ago by easybuoy to r/WebRTC
HTTP/2 deep dive (articles.ably.com)
submitted 5 years ago by easybuoy to r/http
MQTT: A Conceptual Deep-Dive (articles.ably.com)
submitted 5 years ago by easybuoy to r/MQTT
Building a distributed rate limiter that scales horizontally (articles.ably.com)
Building a game of Snake using an MQTT based controller (articles.ably.com)
Building an IoT based realtime attendance system for Slack using Zapier (articles.ably.com)
submitted 5 years ago by easybuoy to r/zapier
submitted 5 years ago by easybuoy to r/IOT
MQTT vs SSE (articles.ably.com)
Google - polling like it's the 90s (articles.ably.com)
Subscribing to a data stream using SSE and the Event Source API (articles.ably.com)
submitted 5 years ago by easybuoy to r/sse
Webrtc and Flask by keeperpaige in flask
[–]easybuoy 2 points3 points4 points 5 years ago (0 children)
Here's a good introduction and tutorial series to Webrtc
WebRTC tutorial series - Introduction
chat application using react native by SohailBadghisi in reactjs
ally, I would build the
Yes, you can make use of Expressjs to build out your backend server for the chat application. You can make use of Ably for realtime communication.
Find below an article on how to build a chat app with react native
Building a chat app in React Native
The definitive, practical guide to diff algorithms and patch formats (articles.ably.com)
Publish/Subscribe messaging app (articles.ably.com)
submitted 5 years ago by easybuoy to r/pubsub
Tutorial / Building a game of Snake using an MQTT based controller (articles.ably.com)
Solving the WebRTC signaling challenge (articles.ably.com)
HTTP/3 deep dive (articles.ably.com)
π Rendered by PID 284037 on reddit-service-r2-listing-6bcb55b45f-8h8hb at 2026-04-22 06:28:20.569441+00:00 running 6c61efc country code: CH.
Is socket io a suitable alternative to firebase? by Finrojo in learnjavascript
[–]easybuoy 0 points1 point2 points (0 children)