Mercurial > hg > nodescore
comparison node_modules/socket.io/lib/transports/index.js @ 69:333afcfd3f3a
added node_modules to project and fixed path to chronometer
also added deps to installer script
author | tzara <rc-web@kiben.net> |
---|---|
date | Sat, 26 Oct 2013 14:12:50 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:b076cd17638c | 69:333afcfd3f3a |
---|---|
1 | |
2 /** | |
3 * Export transports. | |
4 */ | |
5 | |
6 module.exports = { | |
7 websocket: require('./websocket') | |
8 , flashsocket: require('./flashsocket') | |
9 , htmlfile: require('./htmlfile') | |
10 , 'xhr-polling': require('./xhr-polling') | |
11 , 'jsonp-polling': require('./jsonp-polling') | |
12 }; |