Re: A simple (and naive) online whiteboard using Aleph ClojureScript

2012-04-01 Thread zoka
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

A simple (and naive) online whiteboard using Aleph ClojureScript

2012-03-31 Thread Nicolas Buduroi
Hi everyone, I've been experimenting with ClojureScript and Aleph lately and made this sample application. It's a naive implementation of an online whiteboard. It's under a hundred line of code so it's a quick read: https://github.com/budu/board The Clojure web development story is getting

Re: A simple (and naive) online whiteboard using Aleph ClojureScript

2012-03-31 Thread Nicolas Buduroi
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