Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSockets - A Conceptual Deep-Dive #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rahruk
Copy link

@Rahruk Rahruk commented Aug 22, 2020

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
Copy link
Author

Rahruk commented Aug 22, 2020

Long Polling - Concepts and Considerations

@Rahruk Rahruk closed this Aug 22, 2020
@Rahruk Rahruk reopened this Aug 22, 2020
@Rahruk
Copy link
Author

Rahruk commented Aug 22, 2020

Idempotency - challenges and solutions over HTTP | Ably Realtime

@Rahruk
Copy link
Author

Rahruk commented Aug 22, 2020

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

@Rahruk
Copy link
Author

Rahruk commented Aug 24, 2020

HTTP/2 deep dive | Ably Realtime

@Rahruk
Copy link
Author

Rahruk commented Aug 24, 2020

HTTP/3 deep dive | Ably Realtime

@Rahruk
Copy link
Author

Rahruk commented Aug 24, 2020

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

@Rahruk
Copy link
Author

Rahruk commented Aug 24, 2020

Adventures in BEAM optimization with our MQTT adapter

@Rahruk
Copy link
Author

Rahruk commented Aug 24, 2020

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
Copy link
Author

Rahruk commented Aug 24, 2020

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
Copy link
Author

Rahruk commented Aug 24, 2020

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.

None yet

1 participant