9 Best Articles in 2021
samsaffron.com
WebSockets, caution required!
samsaffron.com
20+ min read · 32 saves · From 2015 · Sam's Spot - Sam saffron's web log
socketo.me
Ratchet - PHP WebSockets
socketo.me
22 saves · From 2012 · Ratchet is a PHP WebSocket library for serving real-time bi-directional messages between clients and server
websocketd.com
websocketd
websocketd.com
1 min read · 44 saves · From 2015 · #!/bin/bash # Count from 1 to 10 with a sleep for ((COUNT = 1; COUNT class Counter { public static void main(String [] args) throws Exception { for (int i=0; i #!/usr/bin/python from sys import stdout…
zorbash.com
Phoenix WebSockets Under a Microscope 🔬
zorbash.com
8 min read · 17 saves · From 2017 · This is a code-reading and exploration post about the WebSockets side of Phoenix. It builds upon some of the tracing techniques showcased in the previous post, to observe some of the internals of Phoenix. It also features some tricks I commonly employ to debug WebSocket related issues. The title and nature of this post are inspired by the marvellous book Ruby Under a Microscope written by Pat Shaughenessy.
WebSockets The WebSocket Protocol enables two-way communication between a client running
Mozilla
BrowserQuest
Mozilla
34 saves · From 2012 · Play Mozilla's BrowserQuest, an HTML5 massively multiplayer game demo powered by WebSockets!
medium.com
Making Magic with WebSockets and CSS3
medium.com
4 min read · 13 saves · From 2017 · “Any sufficiently advanced technology is indistinguishable from magic.”
― Arthur C. Clarke
freeCodeCamp.org
“A Million WebSockets and Go”
freeCodeCamp.org
10 min read · 21 saves · From 2017 · How we developed the high-load WebSocket server with Go at Mail.Ru.
ably.io
WebSockets vs Long Polling | Ably Blog: Data in Motion
ably.io
7 min read · 11 saves · 2019-06-11 · When we need information from our servers as soon as it’s available, push-based methods like WebSockets and Long Polling are the go-to choices. But which is better?
github.com
joewalnes/websocketd
github.com
17 saves · From 2014 · websocketd - Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
Trending
youtube.com
Working with WebSockets on AWS
youtube.com
Jan 9th · WebSockets is the best way to interact in real-time between your front-end and back-end. AWS provides a new WebSocket API through API Gateway, which is power...
mqtt.eclipseprojects.io
mqtt.eclipseprojects.io
mqtt.eclipseprojects.io
2020-12-10 · This is a public test MQTT broker service. It currently listens on the following ports: 1883 : MQTT over unencrypted TCP 8883 : MQTT over encrypted TCP 80 : MQTT over unencrypted WebSockets (note: URL…
More like this
deepstream.io
deepstream.io | A Scalable Server for Realtime Web Apps
deepstream.io
2 min read · 34 saves · From 2016 · A node.js realtime server, supporting data-sync, RPCs, events and WebRTC
github.com
websockets/ws
github.com
12 saves · From 2017 · ws - Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
HackerNoon
Serverless WebSockets with AWS Lambda & Fanout
HackerNoon
4 min read · 18 saves · From 2018 · Justin Baker · The basics of adding realtime data push to your serverless backend
blog.kontena.io
Rails 5 and Docker: Lessons Learnt
blog.kontena.io
8 min read · 11 saves · From 2016 · Rails 5.0 is now just around the corner introducing cool new features for websockets and API-only applications. Along with Rails 4.0 improvements Rails has became mature and prospering platform for web development. With the modern DevOps development pipelines...
andrewgriffithsonline.com
Build a Realtime Serverless GraphQL API with Websockets on AWS
andrewgriffithsonline.com
10 min read · 13 saves · From 2018 · With the release of AWS AppSync we finally have the ability to create realtime serverless apps on AWS. Previously you were forced to spin up…
aws.amazon.com
Amazon Transcribe Streaming Now Supports WebSockets
aws.amazon.com
4 min read · 12 saves · 2019-07-26 · I love services like . They are the kind of just-futuristic-enough technology that excites my imagination the same way that magic does. It’s incredible that we have accurate, automatic speech…
Smashing Magazine
Using SSE Instead Of WebSockets For Unidirectional Data Flow Over HTTP/2
Smashing Magazine
~19 min read · 20 saves · From 2018 · What is the best way to deliver real-time updates to your web application in an easy and structured way? Is WebSockets still relevant in the world of HTTP/2? Let's compare the architectural impact of…
blog.yld.io
Building realtime collaborative offline-first apps with React, Redux, PouchDB and WebSockets
blog.yld.io
8 min read · 17 saves · From 2015 · tl;dr: remote HTTP APIs enabled the development of native web apps, but they're not really suited to the real world of mobile users. A sync-capable client-side database enables you to build offline-first applications. PouchDB is a JavaScript-based database that...