Node.js: introducing websocket support.
This commit is contained in:
11
src/nodejs/unit-http/websocket_frame.js
Normal file
11
src/nodejs/unit-http/websocket_frame.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
/*
|
||||
* Copyright (C) NGINX, Inc.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
function WebSocketFrame() {
|
||||
}
|
||||
|
||||
module.exports = WebSocketFrame;
|
||||
Reference in New Issue
Block a user