Showing 1-20 of 3,401 packages
```js const { createServer } = require("http");
Universal http module with createServer support.
Isomorphic https module with createServer support.
Easy HTTP createServer function
```javascript const createServer = require('counterback').createServer createServer({ host: '127.0.0.1', port: 8181, persist: persistToMongo, persistInterval: 1000 * 60 * 10, load: loadFromMongo, }).then(server => { // server is started }) ```
`net.Server#listen()` helper that returns a Promise for async / await
``` 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
Node is running but you don't know why? why-is-node-running is here to help you.
A Node.js socks5 server implementation enabling fine-grained connection control.
tcp、ipc、udp ``` const pools = { s: {test: 'localhost:9000/test'} } // 9000端 const map = new Map map.set('/test', data => '9000') const s = createServer({port: 9000, map}, pools) // s.close() // 9001端 createServer({port: 9001, listener(path,
A full-featured HTTP proxy for Node.js.
Fetch API compliant HTTP Server adapter
Flash Socket Policy File Server. A server to respond to Flash Socket Policy requests, both inline and through a dedicated server instance.
Lightweight debugging utility for Node.js and the browser
gRPC health checking protocol implementation for nice-grpc
Infer the content-type of a request.
OAuth 2.0 authorization server toolkit for Node.js.
tiniest body parser in the universe
Server for Unlighthouse