mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
[chore] Use uws as default wsEngine, and ws as fallback (#459)
This commit is contained in:
committed by
Damien Arrachequesne
parent
10e3802051
commit
7e50871c41
@@ -46,11 +46,13 @@
|
||||
"gulp-nsp": "^2.4.1",
|
||||
"mocha": "2.3.4",
|
||||
"s": "0.1.1",
|
||||
"superagent": "0.15.4",
|
||||
"uws": "0.4.0"
|
||||
"superagent": "0.15.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"uws": "0.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
|
||||
"test": "gulp test; EIO_WS_ENGINE=ws gulp test;"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user