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.
Creates [ws](https://www.npmjs.com/package/ws).
In-memory Nostr relay.
gracefully close http server with keep-alive connections
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.
Cross browser, long poll server using JSONP communication with clients.
Client / Server time synchronization component
The easy way to create custom request handlers for next.js
Web Socket Server
Standard HTTP Server
WebRTC SFU server library by @vieroinc.
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
``` 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