mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Allow native websockets connections to sockjs.
This interface will probably change, but enabling this allows people to get started on non-browser DDP clients now.
This commit is contained in:
@@ -17,7 +17,7 @@ Meteor._StreamServer = function () {
|
||||
// set up socket.io
|
||||
var sockjs = __meteor_bootstrap__.require('sockjs');
|
||||
self.server = sockjs.createServer({
|
||||
prefix: '/sockjs', websocket: false, log: function(){},
|
||||
prefix: '/sockjs', log: function(){},
|
||||
jsessionid: false});
|
||||
self.server.installHandlers(__meteor_bootstrap__.app);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user