Hacker News new | ask | show | jobs
by jjsz 4659 days ago
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/

2 comments

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.