Skip to content

Latest commit

 

History

History
145 lines (122 loc) · 8.29 KB

websocket.md

File metadata and controls

145 lines (122 loc) · 8.29 KB

Bookmarks tagged [websocket]

https://www.npmjs.com/package/subscriptions-transport-ws

(Work in progress!)

A GraphQL WebSocket server and client to facilitate GraphQL queries, mutations and subscriptions over WebSocket.


https://flaviocopes.com/node-websockets/

A simple example showing how to setup a websocket server and client with the help of the popular Node.js framework ws


https://github.com/websockets/ws

Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js


http://anycable.io

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.


https://github.com/stevegraham/slanger

Open Pusher implementation compatible with Pusher libraries.


https://github.com/chrismccord/render_sync

Real-time Rails Partials.


https://github.com/websocket-rails/websocket-rails

Creates a built in WebSocket server inside a Rails application with ease, and also support streaming HTTP.


https://github.com/crossbario/autobahn-python

WebSocket & WAMP for Python on Twisted and asyncio.


https://github.com/crossbario/crossbar/

Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).


https://github.com/django/channels

Developer-friendly asynchrony for Django.


https://github.com/stephenmcd/django-socketio

WebSockets for Django.


https://github.com/Lawouach/WebSocket-for-Python

WebSocket client and server library for Python 2 and 3 as well as PyPy.


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.


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.


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.


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.


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...