Go-powered web-services with Rails
areyoufuckingcoding.me
Go-powered web-services with Rails
1–10 of 27 posts
Re: Go-powered web-services with Rails
#2Re: Go-powered web-services with Rails
#3Re: Go-powered web-services with Rails
#4Re: Go-powered web-services with Rails
#5Re: Go-powered web-services with Rails
#6Why accuse all the MVC frameworks in go of copying rails? Rails and django came out at about the same time and since then a similar frameworks for languages like java, php, perl, C#, and groovy have come out.
Re: Go-powered web-services with Rails
#7His meme-based blogging style is annoying, like reading the article of a 12 year old. Although the subject sounds interesting I didn't finish reading the article.
If you didn't read the article, ffs, why are you commenting on it?
Re: Go-powered web-services with Rails
#8His meme-based blogging style is annoying, like reading the article of a 12 year old. Although the subject sounds interesting I didn't finish reading the article.
Re: Go-powered web-services with Rails
#9Seems like reasonable, if generic advice: prototype quickly, then go back and rebuild in something performant if its successful. Iterate quickly, etc. etc.
Re: Go-powered web-services with Rails
#10His basic point seems to be "use the right tool for the right job", which I think we all can agree with. I've been programming stuff in Go for about half a year now and I'd have to agree with the author - building a website in Go doesn't make much sense, for many of the same reasons building a website in c or java (for me the java process is too slow) doesn't make much sense. On the other hand, the concurrency model…
Comparing Go to C for web dev is ridiculous - no sane person would write the whole thing in C.
Even compared to Java Go wins by a huge margin when it comes to speed of development and conciseness of resulting code.
I haven't used use Ruby but writing web services in Go I'm as productive as I was in Python (using App Engine or Tornado).