#websockets

[ follow ]
fromRubyflow
2 hours ago
Ruby on Rails

Ruby Hyperliquid SDK (and ws_lite!)

Ruby SDK for Hyperliquid plus a custom Ruby WebSocket client enables LLM-assisted terminal development and will power an automated short rebalancer.
Web development
fromTalkpython
1 week 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
1 year 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
3 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
1 year 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 ]