logo

Logo for Gin web framework (by gin-gonic)

Logo Alternatives

Similar projects and alternatives to logo

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better logo alternative or higher similarity.

logo reviews and mentions

Posts with mentions or reviews of logo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-22.
  • Ask HN: Good examples of Go back ends?
    2 projects | news.ycombinator.com | 22 Jan 2024
    Most golang backends I've seen meanwhile use or switched to using the "gin" framework to build their APIs.

    A lot of them also have conventions for the frontend, where the assets usually are stored in /public, so they can be go:embed later as an embed.FS instance into the binary.

    Having said that, there's plenty of examples on github. I'd recommend to take a look at bigger projects or templates and understand how they structured their packages and abstraction levels. E.g. go-admin comes to mind [1]

    [1] https://github.com/GoAdminGroup/go-admin

    [2] https://github.com/gin-gonic/gin

  • From Laravel to Sponge: How to Easily Develop Web Services with Golang
    2 projects | dev.to | 7 Jan 2024
    Excellent Performance: Sponge is built on the gin framework, providing outstanding performance for web service development.
  • 6 🔥 Awesome Golang packages (web devs)
    6 projects | dev.to | 4 Dec 2023
  • Generate project code for a general web service(gin) to increase your development efficiency by 10 times
    1 project | dev.to | 27 Apr 2023
    The web framework uses gin. It also includes swagger documents, common service governance function codes, and build and deployment scripts. You can choose which database to use.
  • Gin - HTTP web framework written in GO.
    3 projects | /r/engineering_stuff | 22 Apr 2023
    GIN
  • How to run background functions in go
    2 projects | /r/golang | 20 Apr 2023
  • Fundamentals to Learn
    3 projects | /r/golang | 16 Apr 2023
    When it comes to Web Development I would recommend taking a closer look at some standard library packages like net and encoding. Looking at some Web Development open-source frameworks / libraries might be helpful as well. Gin is one of them.
  • Tools besides Go for a newbie
    36 projects | /r/golang | 26 Mar 2023
    IDE: use whatever make you productive. I personally use vscode. VCS: git, as golang communities use github heavily as base for many libraries. AFAIK Linter: use staticcheck for linting as it looks like mostly used linting tool in go, supported by many also. In Vscode it will be recommended once you install go plugin. Libraries/Framework: actually the standard libraries already included many things you need, decent enough for your day-to-day development cycles(e.g. `net/http`). But here are things for extra: - Struct fields validator: validator - Http server lib: chi router , httprouter , fasthttp (for non standard http implementations, but fast) - Web Framework: echo , gin , fiber , beego , etc - Http client lib: most already covered by stdlib(net/http), so you rarely need extra lib for this, but if you really need some are: resty - CLI: cobra - Config: godotenv , viper - DB Drivers: sqlx , postgre , sqlite , mysql - nosql: redis , mongodb , elasticsearch - ORM: gorm , entgo , sqlc(codegen) - JS Transpiler: gopherjs - GUI: fyne - grpc: grpc - logging: zerolog - test: testify , gomock , dockertest - and many others you can find here
  • Looking to build a small team for a start-up idea
    1 project | /r/webdevelopment | 15 Mar 2023
    The back-end is going to be written in Golang, using a Gin, Gorm, and a Postgres DB, so bonus points if you are familiar with Go!
  • Can an API be merely a server that has post requests sent to it, rather than something that is installed?
    3 projects | /r/learnprogramming | 5 Mar 2023
    Here's Express for Node.js, Flask for Python, Alfred for Dart, and Gin for Go; that's four different software packages for four completely different programming languages that all do very similar things. Take a look and see which one feels best, and start from there!
  • A note from our sponsor - WorkOS
    workos.com | 23 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic logo repo stats
24
5
0.0
almost 3 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com