Bookmarks tagged [websocket]
Action Cable on steroids!
http://faye.jcoglan.com/ruby.html
A set of tools for simple publish-subscribe messaging between web clients.
https://github.com/firehoseio/firehose
Build realtime Ruby web applications.
- tags: ruby, websocket
- source code
https://github.com/stevegraham/slanger
Open Pusher implementation compatible with Pusher libraries.
- tags: ruby, websocket
- source code
https://github.com/chrismccord/render_sync
Real-time Rails Partials.
- tags: ruby, websocket
- source code
https://github.com/websocket-rails/websocket-rails
Creates a built in WebSocket server inside a Rails application with ease, and also support streaming HTTP.
- tags: ruby, websocket
- source code
https://github.com/crossbario/autobahn-python
WebSocket & WAMP for Python on Twisted and asyncio.
- tags: python, websocket
- source code
https://github.com/crossbario/crossbar/
Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
- tags: python, websocket
- source code
https://github.com/django/channels
Developer-friendly asynchrony for Django.
- tags: python, websocket
- source code
https://github.com/stephenmcd/django-socketio
WebSockets for Django.
- tags: python, websocket
- source code
https://github.com/Lawouach/WebSocket-for-Python
WebSocket client and server library for Python 2 and 3 as well as PyPy.
- tags: python, websocket
- source code
https://developer.okta.com/blog/2018/09/24/reactive-apis-with-spring-webflux#secure-your-spring-webf...
You've heard that reactive programming can help you scale? But how do you implement it? Using Spring WebFlux, of course! This article shows you how.
- tags: reactive-programming, spring-webflux, mongodb, spring-security, openid-connect, websocket
- source code
https://nordicapis.com/5-protocols-for-event-driven-api-architectures/
We define and compare five ways to design event-driven APIs; WebSockets, Webhooks, REST Hooks, Server Sent Events (SSE), and Pub-Sub.
- 📆 published on: 2017-07-18
- tags: event-driven-design, api, rest, grpc, websocket
https://itnext.io/building-a-node-js-websocket-chat-app-with-socket-io-and-react-473a0686d1e1
In this tutorial we are going to build a simple chat app based on WebSockets with socket.io and React.
- 📆 published on: 2018-02-22
- tags: nodejs, reactjs, websocket
- source code
https://html.spec.whatwg.org/multipage/web-sockets.html
To enable Web applications to maintain bidirectional communications with server-side processes, this specification introduces the WebSocket interface.
- tags: html, websocket, specification
https://www.youtube.com/watch?v=lbANLOUFe58
WebSocket Applications using Java EE 7
http://blog.arungupta.me/rest-vs-websocket-comparison-benchmarks/
WebSocket is explained, its performance advantage, and why it can not replace REST yet...
- 📆 published on: 2014-02-24
- tags: rest, websocket
- source code