Node.js: introducing websocket support.

This commit is contained in:
Max Romanov
2019-08-20 16:32:05 +03:00
parent e501c74ddc
commit e291841b33
15 changed files with 2397 additions and 199 deletions

View File

@@ -0,0 +1,11 @@
/*
* Copyright (C) NGINX, Inc.
*/
'use strict';
function WebSocketFrame() {
}
module.exports = WebSocketFrame;