I’m trying to host a Google Dart site in the cloud. So far I’ve found one tutorial at:
http://blog.sethladd.com/2012/08/running-dart-in-cloud-with-heroku.html
but I’ve not been able to get this to work despite following it exactly. I’m also waiting on an invite from dartvoid.com. Is there any other way of getting my site live with Dart now?
The sample in Seth’s article works fine. I had to change the file listed in Procfile to the dart file that the ‘main’ function is in.