olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 358 forks source link

Can this run on heroku? #3

Closed tonyalaribe closed 9 years ago

tonyalaribe commented 9 years ago

Since this uses duktape which is an embeddable C program, would it run on a single process heroku instance?

olebedev commented 9 years ago

Hi, @tonyalaribe Of course this can! My workflow is:

That's it.

tonyalaribe commented 9 years ago

Thanks @olebedev . So, no more compiling on heroku, but still convenient