gracefully close http server with keep-alive connections
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.
In-memory Nostr relay.
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
new ts-decorator for express server
Server-side layout engine with WebSocket geometry streaming
Connection framework built for smart web-based projects using NodeJS, Angular and Websockets.
Node.js HTTP file uploads
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
Organelle wrapping socket.io v2.1.0
Gupshup Provider for BuilderBot
simplified and efficient httpServer component
Client / Server time synchronization component
A React and Express chatroom using SocketIO
The easy way to create custom request handlers for next.js
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.
Cross browser, long poll server using JSONP communication with clients.
Standard HTTP 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
If you need to send a payload with out the possibility of a response, then you can send a unidirectional payload, otherwise knon as an assertion. Both the client and server can send an assertion to each other, once the assertion is sent, it cannot be rep