#websockets

[ follow ]
Web frameworks
fromInfoQ
6 days ago

FOSDEM 2026: Intro to WebTransport - the Next WebSocket?!

WebTransport enhances WebSocket capabilities by providing lower latency and better performance for modern applications like gaming and live streaming.
fromRubyflow
1 month ago

Ruby Hyperliquid SDK (and ws_lite!)

https://github.com/carter2099/hyperliquid There was no Ruby SDK for the HL API so I made one. This was my introduction to Claude Code and it was awesome. I was able to code with an LLM, stay in the terminal, and still learn something new (WebSockets). I also forked an existing ruby web sockets client gem and made it my own: https://github.com/carter2099/ws_lite. Up next I'll use this SDK to create an automated short rebalancer for my concentrated liquidity pool positions.
Web development
fromTalkpython
2 months ago

PyView: Real-time Python Web Apps

PyView brings Phoenix LiveView-style real-time, server-driven UI updates to Python using async WebSockets and server-side rendering to simplify modern web stacks.
Web development
fromMedium
2 years ago

SSE vs WebSockets

SSE and WebSockets offer real-time communication: SSE for uni-directional server-to-client streams and WebSockets for full-duplex, low-latency bidirectional channels.
fromTalkpython
5 months ago

NiceGUI Goes 3.0

Building a UI in Python usually means choosing between "quick and limited" or "powerful and painful." What if you could write modern, component-based web apps in pure Python and still keep full control? NiceGUI, pronounced "Nice Guy" sits on FastAPI with a Vue/Quasar front end, gives you real components, live updates over websockets, and it's running in production at Zauberzeug, a German robotic company. On this episode, I'm talking with NiceGUI's creators, Rodja Trappe and Falko Schindler, about how it works, where it shines,
Web frameworks
Web frameworks
fromHackernoon
2 years ago

How to Inject and Modify WebSocket Messages for Testing | HackerNoon

WebSocket traffic interception and modification is vital for comprehensive application testing, yet often overlooked in resources.
[ Load more ]