Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.92k stars 175 forks source link

Not working with Dojo due to Socket.io-client #212

Open pineliu opened 11 years ago

pineliu commented 11 years ago

It's a problem with Socket.io-client and was discussed in here: https://github.com/LearnBoost/socket.io-client/issues/490

I tried to manually remove the AMD support from the Socket.io-client and then it works.

https://github.com/LearnBoost/socket.io-client/commit/63f18383647e83ea0fcab4fbac53c25ff95db508

But now I want to deploy it on Heroku. The Socket.io-client is automatically installed so that I could not modify it. I am wondering whether it can be solved? Thank you!