Y
Hacker News
new
|
ask
|
show
|
jobs
by
melling
4433 days ago
What Go web framework did they move to?
3 comments
mattrobenolt
4433 days ago
We're not using a framework. This is a tiny component and the rest of Disqus is still Django.
link
voidlogic
4433 days ago
It doesn't say, but probably none. My guess would be they just used "net/http" + Gorilla (maybe). Gorilla:
http://www.gorillatoolkit.org/
link
elithrar
4433 days ago
Given it sounds like this application is not "web facing" (i.e. not an API nor rendering HTML), the use of any "web framework" or Gorilla doesn't make much sense.
link
voidlogic
4431 days ago
I write back-end stuff like this all the time and it often has admin interfaces.
link
Oculus
4433 days ago
I imagine at their size they're using raw Go without any framework.
link