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

Examples on official site doesn't work under latest Opera #202

Open user0007 opened 12 years ago

user0007 commented 12 years ago

Site: http://nowjs.com/examples/hw Opera: 11.60

I think that crossdomain cause problem that page is hanging up on content loading.

From site source:

<script type="text/javascript" src="http://nowjs.com:3000/nowjs/now.js"></script>

You should create some subdomain like http://nodejs.nowjs.com and serve node instance through this address otherwise Opera doesn't allow to do ajax/xhr/ws request from :80 port to the other port.