moleculer-web-uws
Version:
The `moleculer-web-uws` is a fast API gateway service for Moleculer based on µWebSockets.js server. Use it to publish your services over HTTP and WebSockets.
44 lines (43 loc) • 1.17 kB
JSON
{
"name": "moleculer-web-uws",
"version": "0.1.1",
"description": "The `moleculer-web-uws` is a fast API gateway service for Moleculer based on µWebSockets.js server. Use it to publish your services over HTTP and WebSockets.",
"main": "index.js",
"keywords": [
"api gateway",
"http server",
"microservices",
"microservice",
"moleculer",
"uwebsockets.js",
"sockets",
"web sockets"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jimmielovell/moleculer-web-uws.git"
},
"author": "Jimmie Lovell",
"license": "MIT",
"peerDependencies": {
"moleculer": "^0.14.13"
},
"dependencies": {
"etag": "^1.8.1",
"mime-types": "^2.1.31",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v19.2.0"
},
"engines": {
"node": ">= 10.x.x"
},
"bugs": {
"url": "https://github.com/jimmielovell/moleculer-web-uws/issues"
},
"homepage": "https://github.com/jimmielovell/moleculer-web-uws#readme",
"devDependencies": {
"moleculer": "^0.14.16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}