3,952 packages matching “createServer”
createServer
v3.0.0 · 10 years ago
No description provided.
No known vulnerabilities
@rulvar/cli
v1.253.0 · 10 days ago
Rulvar shell: run/resume/runs/inspect/plan/kb commands, TUI progress, createServer, createWorker, OTel exporter.
No known vulnerabilities
@elcrm/server
v0.6.9 · 2 days ago
Bun.serve HTTP router for elCRM: createServer + createSocket; .env.crypto; CLI; subpaths db/jwt/cron/tb/openrouter/rag
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
@ozaco/server
v0.4.10 · 17 days ago
A service/action kernel. You declare **services**, each holding **actions** with a schema in and a schema out; `createServer` turns them into a node — HTTP routes, WebSocket routes, cross-node RPC, tracing, auth, cache and docs all fall out of the same de
No known vulnerabilities
@ydtb/core-server
v0.13.13 · 2 months ago
Anvil server runtime — createServer, lifecycle, getLayer, request context
No known vulnerabilities
openfolio-ro-mcp
v0.1.5 · 6 days ago
OpenFolio read-only MCP: stdio (npx) or import createServer for HTTP. Talks to GET /api/external/ro.
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
noframe-http
v1.0.1 · 6 years ago
Easy HTTP createServer function
No known vulnerabilities
@graphorin/server
v0.15.1 · 1 month 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
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
@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
@mt-tl/server
v0.1.13 · 2 months 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
@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
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.10 · 20 days ago
A module for serving static files. Does etags, caching, etc.
No known vulnerabilities