Skip to content

WebSockets - A Conceptual Deep-Dive#36

Open
Rahruk wants to merge 1 commit into
facundofarias:masterfrom
Rahruk:patch-1
Open

WebSockets - A Conceptual Deep-Dive#36
Rahruk wants to merge 1 commit into
facundofarias:masterfrom
Rahruk:patch-1

Conversation

@Rahruk

@Rahruk Rahruk commented Aug 22, 2020

Copy link
Copy Markdown

The WebSocket protocol elevated the possibilities of communication over the internet and gave way to a truly realtime web.

The WebSocket protocol elevated the possibilities of communication over the internet and gave way to a truly realtime web.
@Rahruk

Rahruk commented Aug 22, 2020

Copy link
Copy Markdown
Author

Long Polling - Concepts and Considerations

@Rahruk Rahruk closed this Aug 22, 2020
@Rahruk Rahruk reopened this Aug 22, 2020
@Rahruk

Rahruk commented Aug 22, 2020

Copy link
Copy Markdown
Author

Idempotency - challenges and solutions over HTTP | Ably Realtime

@Rahruk

Rahruk commented Aug 22, 2020

Copy link
Copy Markdown
Author

Server-Sent Events (SSE): A conceptual deep dive | Ably Realtime

@Rahruk

Rahruk commented Aug 24, 2020

Copy link
Copy Markdown
Author

HTTP/2 deep dive | Ably Realtime

@Rahruk

Rahruk commented Aug 24, 2020

Copy link
Copy Markdown
Author

HTTP/3 deep dive | Ably Realtime

@Rahruk

Rahruk commented Aug 24, 2020

Copy link
Copy Markdown
Author

Delta Compression: A practical guide to diff algorithms and delta file formats

@Rahruk

Rahruk commented Aug 24, 2020

Copy link
Copy Markdown
Author

Adventures in BEAM optimization with our MQTT adapter

@Rahruk

Rahruk commented Aug 24, 2020

Copy link
Copy Markdown
Author

WebSockets vs Long Polling
Sometimes we need information from our servers as soon as it’s available. The usual AJAX request/response we’re all used to doesn’t keep the connection open for this sort of use case. Instead we need a push-based method like WebSockets, Long Polling, Server-sent events (SSE) and more recently HTTP2 push. In this article, we compare two methods: WebSockets and Long Polling.

@Rahruk

Rahruk commented Aug 24, 2020

Copy link
Copy Markdown
Author

Why is everyone talking about MQTT?
Message Queuing Telemetry Transport (MQTT), is a network protocol especially built to enable efficient communication to and from Internet of Things (IoT) devices.

@Rahruk

Rahruk commented Aug 24, 2020

Copy link
Copy Markdown
Author

Rails ActionCable - the good and the bad
ActionCable is a substantial move forwards for the Rails platform . It allows developers to move away from the typical request/response paradigm of old to one where persistent connections are maintained from clients to your Rails servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant