Unfortunately  I do not think that Heroku supports Websockets, just
HTTP. When your web application is started as Heroku dyno, its
webserver (either Aleph or Jetty) starts on a randomly
assigned port and then Heroku  routing infrastructure presents it to
the world as yourapp.herokuapp.com:80. The routing infrastructure at
this stage does not support Websockets, so you app is unreachable by
Websocket cllients.

There is work being done on NGINX module  to address this see:
http://www.letseehere.com/reverse-proxy-web-sockets
https://github.com/yaoweibin/nginx_tcp_proxy_module

Zoka

On Apr 1, 10:07 am, Nicolas Buduroi <nbudu...@gmail.com> wrote:
> On Saturday, March 31, 2012 7:35:03 PM UTC-4, jun lin wrote:
>
> > Maybe you can create an online demo site?
>
> Yes good idea, I'll try to get it running on Heroku tomorrow.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to