node-httpx-server
Version:
A node HTTP/2 server and beyond dealing with streams
25 lines (24 loc) • 682 B
JSON
{
"name": "node-httpx-server",
"version": "0.1.3",
"main": "dist/index.js",
"description": "A node HTTP/2 server and beyond dealing with streams",
"license": "ISC",
"author": {
"name": "Ross Jackson",
"url": "https://github.com/rossjackson"
},
"keywords": [
"HTTP/2",
"Node",
"API",
"Server"
],
"homepage": "https://github.com/rossjackson/node-httpx-server",
"devDependencies": {},
"scripts": {
"build": "tsc --project tsconfig.json",
"dev": "ts-node-dev --respawn --pretty --transpile-only ./example/index.ts",
"publish": "npm run build && npm publish"
}
}