Add WebSocket implementation with support for extensions and event handling

This commit is contained in:
Jeppe Bundgaard
2026-04-14 14:19:29 +02:00
parent 02df12cb81
commit d3239bb64e
330 changed files with 5596 additions and 43284 deletions
-12
View File
@@ -1,12 +0,0 @@
const path = require('path');
const includeDir = path.relative('.', __dirname);
module.exports = {
include: `"${__dirname}"`, // deprecated, can be removed as part of 4.0.0
include_dir: includeDir,
gyp: path.join(includeDir, 'node_api.gyp:nothing'), // deprecated.
targets: path.join(includeDir, 'node_addon_api.gyp'),
isNodeApiBuiltin: true,
needsFlag: false
};