From 24400b3a5da2725dcad8d445911b5b4001a966ac Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Mon, 17 Jun 2019 18:16:06 +0300 Subject: Node.js: packaging new nxt_napi.h. File nxt_napi.h (introduced in 53533ba0097c) added into packaged files list. This closes #261 issue on GitHub. --- src/nodejs/unit-http/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nodejs/unit-http/package.json') diff --git a/src/nodejs/unit-http/package.json b/src/nodejs/unit-http/package.json index 13c91018..6a6c00b4 100644 --- a/src/nodejs/unit-http/package.json +++ b/src/nodejs/unit-http/package.json @@ -10,6 +10,7 @@ "unit.cpp", "http.js", "http_server.js", + "nxt_napi.h", "package.json", "socket.js", "binding.gyp", -- cgit From e291841b3379f8787a10ad4f91e4aeae2ae323a4 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Tue, 20 Aug 2019 16:32:05 +0300 Subject: Node.js: introducing websocket support. --- src/nodejs/unit-http/package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/nodejs/unit-http/package.json') diff --git a/src/nodejs/unit-http/package.json b/src/nodejs/unit-http/package.json index 6a6c00b4..7ee01346 100644 --- a/src/nodejs/unit-http/package.json +++ b/src/nodejs/unit-http/package.json @@ -14,7 +14,14 @@ "package.json", "socket.js", "binding.gyp", - "README.md" + "README.md", + "websocket.js", + "websocket_connection.js", + "websocket_frame.js", + "websocket_request.js", + "websocket_router.js", + "websocket_router_request.js", + "websocket_server.js" ], "scripts": { "clean": "node-gyp clean", -- cgit