Hacker News new | ask | show | jobs
by phdtree 4659 days ago
After some research we narrowed it down to Scala and Go, and eventually decided to go with Go! Scala has excellent Play! framework, but Go feels more like Python
1 comments

Have you found a substitute for the Go equivalent of the Play Framework + MongoDB + ReactiveMongo [0] + precog [1]?

[0] http://reactivemongo.org/

[1] http://precog.com/

For Play: http://robfig.github.io/revel/

For Mongo: Most people use mgo http://labix.org/mgo

For precog: dont know, but there might be something, but probably not.

Thanks, I knew about Revel and mgo.

I just forgot to say: a FRP* [0] Go equivalent of Play and that there's nothing like these upcoming Coursera courses [1] [2] for Go with examples.

[0] http://www.reactivemanifesto.org

[1] https://www.coursera.org/course/progfun

[2] https://www.coursera.org/course/reactive

Interesting. I've never heard of precog does. What does one use precog for in practical terms?
It connects D3 and Quirrel to allow easy analytics.