plaitse / socketio-toolset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web sockets

The WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session between the user's browser and a server. We can therefore send messages to a server and receive event-driven responses without having to poll the server for a reply.

WebSocket API

Socket.io

Socket.io is both a Node.js server and a client that connects to network sockets. It uses the WebSocket API but also comes with other things like reliability, auto-reconnection, disconnect detection, binary support, multiplexing and room support.

About


Languages

Language:JavaScript 54.7%Language:HTML 45.3%