Comparing version 3.3.0 to 3.3.1
{ | ||
"name": "eiows", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "custom fork of uWebSockets 0.14", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -17,3 +17,2 @@ eiows is a replacement module for ws which allows, but doesn't guarantee, significant performance and memory-usage improvements. This module is specifically only compatible with Node.js. | ||
var https = require('https'); | ||
var express = require('express'); | ||
@@ -25,4 +24,3 @@ var ssl_options = { | ||
var app = express(); | ||
var server = https.createServer(ssl_options, app); | ||
var server = https.createServer(ssl_options); | ||
@@ -29,0 +27,0 @@ server.listen(1443); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5769034
40