Hey all,
I've just started to learn Nim this weekend, and finding it very enjoyable. I found about the Jester web framework and just wanted to deploy a hello world to heroku, so I quickly created a buildpack that uses Nimble for building your app.
http://github.com/vic/heroku-buildpack-nim
I'd really love seeing more people get interested in Nim, and them creating some interesting web apps with it.
My example app is just a hello world, but since Nim can also be compiled to Javascript I'm gonna try including a bit of Nim code to be compiled as javascript and being sent to the client browser, just for fun, and for demoing an all-nim web app.
Does anybody know how can I specify inside a Nimble file, that some file needs to be compiled as javascript?
Hope you guys find this interesting, as I'm finding Nim.
Cheers!
That's really cool!
Awesome to see Jester being used on Heroku :)