uwebsockets
Version:
µWebSockets.js is a web server bypass for Node.js that reimplements eventing, networking, encryption, web protocols, routing and pub/sub in highly optimized C++. As such, µWebSockets.js (websockets) delivers web serving for Node.js, 8.5x that of Fastify a
39 lines (38 loc) • 1.09 kB
JSON
{
"name": "uwebsockets",
"version": "2.2.2",
"description": "µWebSockets.js is a web server bypass for Node.js that reimplements eventing, networking, encryption, web protocols, routing and pub/sub in highly optimized C++. As such, µWebSockets.js (websockets) delivers web serving for Node.js, 8.5x that of Fastify and at least 10x that of Socket.IO. It is also the built-in web server of Bun.",
"main": "uws.js",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/NPM-Package-Jaykumar/uWebSockets.git"
},
"keywords": [
"websockets",
"socket",
"node.js",
"web",
"server",
"µwebsockets",
"eventing",
"networking",
"encryption",
"web",
"µwebsockets.js",
"protocols",
"sockets",
"routing",
"pub/sub",
"C++.",
"fastify",
"websocket",
"socket.IO."
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NPM-Package-Jaykumar/uWebSockets/issues"
},
"homepage": "https://github.com/NPM-Package-Jaykumar/uWebSockets#readme"
}