mirror of
https://github.com/sstent/node_app.git
synced 2026-01-29 08:31:36 +00:00
initial commit
This commit is contained in:
12
node_modules/socket.io/lib/transports/index.js
generated
vendored
Normal file
12
node_modules/socket.io/lib/transports/index.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
/**
|
||||
* Export transports.
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
websocket: require('./websocket')
|
||||
, flashsocket: require('./flashsocket')
|
||||
, htmlfile: require('./htmlfile')
|
||||
, 'xhr-polling': require('./xhr-polling')
|
||||
, 'jsonp-polling': require('./jsonp-polling')
|
||||
};
|
||||
Reference in New Issue
Block a user