srvx
npmv1.0.4TypeScriptUniversal Server.
Safe to adopt
Yes — srvx scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 2 days ago. 50 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 2 days ago. 50 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 178 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding srvx to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- node >=20.16.0
- Module format
- ESM only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the srvx README.
export default {
fetch(req: Request) {
return Response.json({ hello: "world!" });
},
};Dependencies
Declared by srvx v1.0.4. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (31)
Used by
Popular packages that depend on srvx.
Relationship graph
Dependencies (left) and dependents (right) of srvx.
Frequently installed together
Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers
Next generation testing framework powered by Vite
Minimal H(TTP) framework built for high performance and portability.
TypeScript definitions for node
Get an available TCP port to listen
Composable caching primitives with TTL, SWR, and HTTP response caching
V8 coverage provider for Vitest
TypeScript-first schema declaration and validation library with static type inference
An extremely fast JavaScript and CSS bundler and minifier.
Native-ESM powered web dev build tool
React is a JavaScript library for building user interfaces.
React package for working with the DOM.
Release history
50 releases in the last two years, typically about 1 day apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.0.4latest | 2 days ago | 178 KB | MIT |
| 1.0.3 | 6 days ago | 178 KB | MIT |
| 1.0.2 | 6 days ago | 178 KB | MIT |
| 1.0.1 | 6 days ago | 177 KB | MIT |
| 1.0.0 | 8 days ago | 176 KB | MIT |
| 0.12.8 | 8 days ago | 176 KB | MIT |
| 0.12.7 | 20 days ago | 176 KB | MIT |
| 0.12.6 | 20 days ago | 176 KB | MIT |
| 0.12.5 | 1 month ago | 171 KB | MIT |
| 0.12.4 | 1 month ago | 164 KB | MIT |
| 0.12.3 | 1 month ago | 163 KB | MIT |
| 0.12.2 | 1 month ago | 161 KB | MIT |
| 0.12.1 | 1 month ago | 158 KB | MIT |
| 0.12.0 | 1 month ago | 157 KB | MIT |
| 0.11.22 | 2 months ago | 131 KB | MIT |
Overview
srvx is an npm package that universal Server. It has 2 known dependents in the graph. The latest version is 1.0.4, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need universal Server and value a focused solution.
When not to use it
Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- Large dependency tree (31 direct dependencies) increases install size and audit surface.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use srvx?
Yes — srvx scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 2 days ago. 50 releases in the last 2 years.
How do I install srvx?
Run `npm install srvx` to add srvx to your npm project.
What license is srvx released under?
srvx is distributed under the MIT license.
How popular is srvx?
npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on srvx.
Is srvx still maintained?
The most recent release of srvx (v1.0.4) was published 2 days ago.
Does srvx run install scripts?
No. srvx does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.