golang-crud-rest-api VS goapp

Compare golang-crud-rest-api vs goapp and see what are their differences.

golang-crud-rest-api

Implementing CRUD in Golang REST API with Mux & GORM (by iammukeshm)

goapp

An opinionated guideline to structure & develop a Go web application/service (by bnkamalesh)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
golang-crud-rest-api goapp
1 11
22 707
- -
10.0 0.0
about 2 years ago about 1 year ago
Go Go
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

golang-crud-rest-api

Posts with mentions or reviews of golang-crud-rest-api. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-23.
  • Is golang faster than PHP?
    2 projects | /r/PHP | 23 Sep 2022
    Just as an example for anyone curious, here's a fully functional CRUD api written in Go. Personally, I've found that ORM bites you sooner than you think as you scale, but it can be worthwhile early on. Wouldn't necessarily organize a full CRUD app exactly the way they did, but it's not bad and wouldn't be hard to refactor into a CRUD app with many dozens of entities and endpoints: https://github.com/iammukeshm/golang-crud-rest-api. Roughly 450 LoC. That's it. The boilerplate needed for a symfony API of similar complexity is in the thousands of lines (yes I'm aware that you can generate a lot of that code, but people still have to sort through and read that code eventually)

goapp

Posts with mentions or reviews of goapp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-08.

What are some alternatives?

When comparing golang-crud-rest-api and goapp you can also consider the following projects:

diygoapi - A Go RESTful API template

modern-go-application - Modern Go Application example

php-ffi-go-example - Calling GO functions from PHP via FFI.

prudence - An opinionated lightweight web framework built for scale

WebGo - A microframework to build web apps; with handler chaining, middleware support, and most of all; standard library compliant HTTP handlers(i.e. http.HandlerFunc).

wtf - WTF Dial is an example web application written in Go.

shortlink - High-Performance Shortlink ( Short URL ) app creator in Golang. For privacy reasons, you may prefer to host your own short URL app and this is the one to use.

vilmos - Official vilmos visual language interpreter!

tcpack - tcpack is an application protocol based on TCP to Pack and Unpack bytes stream in go program.

gogen - Powerful dynamic template based generation

masterplan - MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.

Swego - Swiss army knife Webserver in Golang. Keep simple like the python SimpleHTTPServer but with many features