Socket.IO topic
Socket.IO is a JavaScript library for realtime web applications. It enables realtime, bi-directional communication between web clients and servers. It has two parts: a client-side library that runs in the browser, and a server-side library for Node.js. Both components have a nearly identical API. Like Node.js, it is event-driven.
js-stack-from-scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
socket.io-client-dart
socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client
socket.io
Realtime application framework (Node.JS server)
socket.io-tester
Deprecated: An electron app that lets you connect to a socket.io server and subscribe to a certain topic and/or lets you send socket messages to the server
netty-socketio
Socket.IO server implemented on Java. Realtime java framework
Flask-SocketIO
Socket.IO integration for Flask applications.
flutter_socket_io
Socket IO supprt for flutter. Looking for contributors Swift and Java.
laravel-swoole
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
socket.io-client-unity3d
socket.io-Client for Unity3D, which is compatible with socket.io v1.x