stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

Collect a list of people using Goweb #40

Closed matryer closed 10 years ago

matryer commented 11 years ago

We are looking to put together a list of companies / people that are using Goweb. If you would like to help promote Goweb, and be included in the list, please comment on this issue and we'll get it going.

Thanks, Goweb team

mschlimp commented 11 years ago

Hi,

my name is Marcel. I use the goweb framework for some internal development. So it is used to handle requests for a real time bidding system, handle my website and I also plan to write a framework for go like rails for ruby. For this project I will use goweb for the routing stuff.

Marcel

jon-mcmillan commented 11 years ago

Hello,

I represent MCN Healthcare and we are actively developing with Goweb to implement the REST api in-front of a neural network application.

Jon McMillan Owner MCN Healthcare

(I also want to mention we are doing it the cloud with big data. Yay I won the internets buzz word competition.)

matryer commented 11 years ago

:) great thanks.

Sent from my iPhone

On 30 Jul 2013, at 17:30, jon-mcmillan notifications@github.com wrote:

Hello,

I represent MCN Healthcare and we are actively developing with Goweb to implement the REST api in-front of a neural network application.

Jon McMillan Owner MCN Healthcare

(I also want to mention we are doing it the cloud with big data. Yay I won the internets buzz word competition.)

— Reply to this email directly or view it on GitHub.

matryer commented 11 years ago

@dwbuiten what about you? :)

dwbuiten commented 11 years ago

@matryer Let me ask legal quickly.

matryer commented 11 years ago

Thanks

On 31 Jul 2013, at 12:07, Derek Buitenhuis notifications@github.com wrote:

@matryer Let me ask legal quickly.

— Reply to this email directly or view it on GitHub.

matryer commented 11 years ago

My spin: It's good for companies to show that they're using and contributing to open source projects. << has the advantage of being true too :)

dwbuiten commented 11 years ago

I'll let you know tomorrow -- legal is busy today! Such things have been OK'd in the past, so I doubt it's an issue.

matryer commented 11 years ago

@dwbuiten any update? We'd love to brag about you :)

dwbuiten commented 11 years ago

@matryer Still waiting on a response from legal... :clock2:

dwbuiten commented 11 years ago

@matryer The Lawyer is on vacation until the 19th it seems. Sorry...

dwbuiten commented 11 years ago

@matryer And as I said that.. it's been OK'd. Go for it.

matryer commented 11 years ago

Great news. I wonder if you could give us a quote?

On 6 Aug 2013, at 13:48, Derek Buitenhuis notifications@github.com wrote:

@matryer And as I said that.. it's been OK'd. Go for it.

— Reply to this email directly or view it on GitHub.

dwbuiten commented 11 years ago

I'm no PR person... gonna be a bad quote. I'll try.

Using Goweb has greatly simplified the creation, maintenance, and consistency of several of our internal services, allowing us to focus our effort on the underlying behavior of the services themselves.

Good? I dunno. Communication is hard.

rmulley commented 11 years ago

CB Insights is building its API utilizing the GoWeb framework.

http://www.cbinsights.com/developers/api/

matryer commented 11 years ago

Thanks guys.

oleksandr commented 11 years ago

We're also using Goweb as API server for our tourist/guides application. The name/domain/etc will come later (closer to the pre-beta)

matryer commented 11 years ago

Does anyone have anything nice to say about Goweb?

rmulley commented 11 years ago

Are you looking for testimonials? If so I can see if I can get one approved.

matryer commented 11 years ago

That'd be great - imagine a Goweb movie poster :-D

On 19 Aug 2013, at 16:25, rmulley notifications@github.com wrote:

Are you looking for testimonials? If so I can see if I can get one approved.

— Reply to this email directly or view it on GitHub.

rmulley commented 11 years ago

How would this testimonial be used? Just in the documentation or to promote Goweb or elsewhere?

PS: CB Insights is not building the tourist/guides application, looks like the wrong name & link are attached to the testimonial, thanks.

matryer commented 11 years ago

@rmulley is it this? http://www.cbinsights.com/

dwbuiten commented 11 years ago

@matryer Was what I said not nice? :worried:

matryer commented 11 years ago

I was hoping for "Goweb saved my life," or "When you've got to go, you've got to Goweb"

Not really :)

Actually I wonder if anyone can estimate the time saving they got from using it - that'd be nice. 

Appreciate your help guys

—

Sent from Mailbox for iPhone

On Tue, Aug 20, 2013 at 3:47 AM, Derek Buitenhuis notifications@github.com wrote:

@matryer Was what I said not nice? :worried:

Reply to this email directly or view it on GitHub: https://github.com/stretchr/goweb/issues/40#issuecomment-22933489

nelsam commented 11 years ago

In my case, at least, I don't think it's possible to estimate. Not many REST frameworks allow the flexibility that goweb does, so I've traditionally either rolled my own or given up on a solution that is truly REST-compliant. Goweb (after we added matcherfuncs to MapController) gives me all the flexibility I need to implement a very close approximation of what I understand REST to mean. Closer than any other framework I've used, in any language.

So in the first case, it saved me from writing my own REST mappers and such, which I'm sure would have been a monstrosity if I tried to write it in Go. In the second case, it saved me all the back-and-forth of asking how to do something, being told that it's not supported (nor will it be), and eventually just giving up and making a REST-like framework.

Plus, you guys have very clean code. I learned quite a lot about programming in Go just from browsing the goweb source code.

dwbuiten commented 11 years ago

I probably could not estimate it as well... I have nothing to compare to realistically.

rmulley commented 11 years ago

@matryer Yes that is the link

nelsam commented 11 years ago

By the way, I didn't mention this before: In addition to using goweb for our AI project at MCN Healthcare (as mentioned by my boss, Jon McMillan), I'm using goweb for many of my other projects. I enjoy writing in Go, and goweb gets the boring stuff done quickly so I can focus on the fun parts.