Software Alternatives & Reviews

Could I get a code review?

Conc Gin Gonic
  1. 1
    Better structured concurrency for go. Contribute to sourcegraph/conc development by creating an account on GitHub.
    I'm also a fan of Conc for managing various different concurrency patterns -- don't create manual worker pools for locally distributed tasks if you can use Conc, etc.

    #Application And Data #Languages & Frameworks #Concurrency Frameworks 6 social mentions

  2. Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. - ...
    Pricing:
    • Open Source
    Use a library for HTTP serving, such as Gin, Chi, or Echo. I personally use Chi, as it's just the right level of abstraction for how I like to work. Despite what others say here, don't try to re-implement everything in a modern serving library using the standard library.

    #Web Frameworks #Go Lang #Go Web Framework 84 social mentions

Discuss: Could I get a code review?

Log in or Post with