Giter Site home page Giter Site logo

Comments (28)

mschlimp avatar mschlimp commented on September 28, 2024

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

from goweb.

jon-mcmillan avatar jon-mcmillan commented on September 28, 2024

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.)

from goweb.

matryer avatar matryer commented on September 28, 2024

:) great thanks.

Sent from my iPhone

On 30 Jul 2013, at 17:30, jon-mcmillan [email protected] 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.

from goweb.

matryer avatar matryer commented on September 28, 2024

@dwbuiten what about you? :)

from goweb.

dwbuiten avatar dwbuiten commented on September 28, 2024

@matryer Let me ask legal quickly.

from goweb.

matryer avatar matryer commented on September 28, 2024

Thanks

On 31 Jul 2013, at 12:07, Derek Buitenhuis [email protected] wrote:

@matryer Let me ask legal quickly.


Reply to this email directly or view it on GitHub.

from goweb.

matryer avatar matryer commented on September 28, 2024

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 :)

from goweb.

dwbuiten avatar dwbuiten commented on September 28, 2024

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.

from goweb.

matryer avatar matryer commented on September 28, 2024

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

from goweb.

dwbuiten avatar dwbuiten commented on September 28, 2024

@matryer Still waiting on a response from legal... 🕑

from goweb.

dwbuiten avatar dwbuiten commented on September 28, 2024

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

from goweb.

dwbuiten avatar dwbuiten commented on September 28, 2024

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

from goweb.

matryer avatar matryer commented on September 28, 2024

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

On 6 Aug 2013, at 13:48, Derek Buitenhuis [email protected] 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.

from goweb.

dwbuiten avatar dwbuiten commented on September 28, 2024

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.

from goweb.

rmulley avatar rmulley commented on September 28, 2024

CB Insights is building its API utilizing the GoWeb framework.

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

from goweb.

matryer avatar matryer commented on September 28, 2024

Thanks guys.

from goweb.

oleksandr avatar oleksandr commented on September 28, 2024

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)

from goweb.

matryer avatar matryer commented on September 28, 2024

Does anyone have anything nice to say about Goweb?

from goweb.

rmulley avatar rmulley commented on September 28, 2024

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

from goweb.

matryer avatar matryer commented on September 28, 2024

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

On 19 Aug 2013, at 16:25, rmulley [email protected] 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.

from goweb.

rmulley avatar rmulley commented on September 28, 2024

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.

from goweb.

matryer avatar matryer commented on September 28, 2024

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

from goweb.

dwbuiten avatar dwbuiten commented on September 28, 2024

@matryer Was what I said not nice? 😟

from goweb.

matryer avatar matryer commented on September 28, 2024

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
[email protected] wrote:

@matryer Was what I said not nice? 😟

Reply to this email directly or view it on GitHub:
#40 (comment)

from goweb.

nelsam avatar nelsam commented on September 28, 2024

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.

from goweb.

dwbuiten avatar dwbuiten commented on September 28, 2024

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

from goweb.

rmulley avatar rmulley commented on September 28, 2024

@matryer Yes that is the link

from goweb.

nelsam avatar nelsam commented on September 28, 2024

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.

from goweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.