websocket.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [websocket]

www.codever.land/bookmarks/t/websocket

subscriptions-transport-ws - npm

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.


Using WebSockets with Node.js

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


websockets/ws home page

https://github.com/websockets/ws

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


AnyCable

http://anycable.io

Action Cable on steroids!


Faye

http://faye.jcoglan.com/ruby.html

A set of tools for simple publish-subscribe messaging between web clients.


Firehose

https://github.com/firehoseio/firehose

Build realtime Ruby web applications.


Slanger

https://github.com/stevegraham/slanger

Open Pusher implementation compatible with Pusher libraries.


RenderSync

https://github.com/chrismccord/render_sync

Real-time Rails Partials.


Websocket-Rails

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

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


autobahn-python

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

WebSocket & WAMP for Python on Twisted and asyncio.


crossbar

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

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


django-channels

https://github.com/django/channels

Developer-friendly asynchrony for Django.


django-socketio

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

WebSockets for Django.


WebSocket-for-Python

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

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


Build Reactive APIs with Spring WebFlux

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.


5 Protocols For Event-Driven API Architectures

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.


Building a Node.js WebSocket Chat App with Socket.io and React

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.


HTML Standard - Websocket

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.


"WebSocket Applications using Java EE 7" by Arun Gupta - YouTube

https://www.youtube.com/watch?v=lbANLOUFe58

WebSocket Applications using Java EE 7


REST vs WebSocket Comparison and Benchmarks

http://blog.arungupta.me/rest-vs-websocket-comparison-benchmarks/

WebSocket is explained, its performance advantage, and why it can not replace REST yet...