3,845 packages matching “createServer”
createServer
v3.0.0 · 10 years ago
No description provided.
No known vulnerabilities
@rulvar/cli
v1.168.0 · 4 minutes ago
Rulvar shell: run/resume/runs/inspect/plan/kb commands, TUI progress, createServer, createWorker, OTel exporter.
No known vulnerabilities
@rill/http
v7.0.0 · 8 years ago
Universal http module with createServer support.
No known vulnerabilities
@rill/https
v7.0.0 · 8 years ago
Isomorphic https module with createServer support.
No known vulnerabilities
@ydtb/core-server
v0.13.13 · 1 month ago
Anvil server runtime — createServer, lifecycle, getLayer, request context
No known vulnerabilities
@graphorin/server
v0.15.1 · 11 days ago
Standalone server runtime for the Graphorin framework: createServer({...}) factory, Hono HTTP app, REST endpoints (agents / workflows / sessions / memory / skills / mcp / tokens / audit / health / health/secrets / metrics / triggers / runs/:runId/replay /
No known vulnerabilities
counterback
v0.4.1 · 9 years ago
```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 }) ```
No known vulnerabilities
@k3000/server
v1.0.9 · 1 year ago
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,
No known vulnerabilities
@mt-tl/server
v0.1.13 · 1 month ago
An MTProto 2.0 server framework (Fastify-style): createServer, routes, plugins, hooks, server-push. Ships the full protocol engine — WebSocket/raw-TCP transport, handshake, AES-IGE crypto, sessions, TL (de)serialization, layered encoding — plus the handle
No known vulnerabilities
hot-module
v1.0.1 · 7 years ago
```js const { createServer } = require("http");
No known vulnerabilities
socket-room-system
v1.2.0 · 4 years ago
``` 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
No known vulnerabilities
noframe-http
v1.0.1 · 6 years ago
Easy HTTP createServer function
No known vulnerabilities
@pondwader/socks5-server
v1.0.10 · 2 years ago
A Node.js socks5 server implementation enabling fine-grained connection control.
No known vulnerabilities
async-listen
v3.1.0 · 1 year ago
`net.Server#listen()` helper that returns a Promise for async / await
No known vulnerabilities
why-is-node-running
v3.2.2 · 1 year ago
Node is running but you don't know why? why-is-node-running is here to help you.
No known vulnerabilities
@qingh/upload
v1.0.2 · 6 years ago
``` import { parse } from 'url'; import { createServer } from 'http'; import upload from '@qingh/upload'; const port = 8080;
No known vulnerabilities
st
v4.0.4 · 14 days ago
A module for serving static files. Does etags, caching, etc.
No known vulnerabilities
makarand-dummy-web-server
v0.0.1 · 11 years ago
This is dummy web server created demonstration purpose only.. with method createServer
No known vulnerabilities
smithery-runtime
v1.0.1 · 3 months ago
Smithery hosted-runtime bootstrap. Wraps user modules (createServer + createAuthAdapter) with the MCP-SDK transport, OTel instrumentation, auth dispatch, and Secrets Store env resolution. Consumed by apps/api at deploy time (string-bundle form) and by SDK
No known vulnerabilities
@whatwg-node/server
v0.11.0 · 2 months ago
Fetch API compliant HTTP Server adapter
No known vulnerabilities