The socket-lemur library simplifies WebSocket connections for real-time communication in chat applications and online games. The SocketServer class integrates JWT authentication and API key validation. The SocketClient class facilitates server communicati
hypergate-socketio-server is built on top of [Socket.io](https://socket.io) and can be used to create a Socket.io server that act as a gateway for the commands and events directed or generated by the an Hypergate instance.
gracefully close http server with keep-alive connections
In-memory Nostr relay.
No description provided.
new ts-decorator for express server
Connection framework built for smart web-based projects using NodeJS, Angular and Websockets.
Simple HTTP server with sessions and CORS enabled.
through this library you can write an http server written in nodejs just like in express :)
TNEMA Server
simplified and efficient httpServer component
Gupshup Provider for BuilderBot
Organelle wrapping socket.io v2.1.0
A React and Express chatroom using SocketIO
An HTTP client and server built on top of [@hyperswarm/secret-stream](https://github.com/holepunchto/hyperswarm-secret-stream) for end-to-end encrypted HTTP communication over TCP.
Client / Server time synchronization component
Cross browser, long poll server using JSONP communication with clients.
The easy way to create custom request handlers for next.js
Standard HTTP Server
Web Socket Server
B3nd Servers — server-side composition (createServers, withCors) and transports (HTTP, gRPC) for the B3nd framework
``` js // initialize express and socket.io servers const express = require('express') const {Server} = require('socket.io') const { createServer } = require('http') const app = express() const httpServer = createServer(app) const io = new Server(h
WebRTC SFU server library by @vieroinc.