Laravel
Gin
Our great sponsors
Laravel | Gin | |
---|---|---|
302 | 127 | |
72,859 | 67,407 | |
1.0% | 2.1% | |
9.5 | 9.4 | |
9 days ago | 3 days ago | |
PHP | Go | |
MIT License | MIT License |
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.
Laravel
- Introducing Punchcard - Object Configs for Laravel
- Phoenix 1.7.0 Released: Built-In Tailwind, Verified Routes, LiveView Streams
-
Structuring REST API
This is how Laravel and Slim does this.
-
Intro to Nest.js 🪺
It supports REST and GraphQL APIs out of the box, or you might use it to build a Full Stack application using the model view controller pattern, aka MVC), similar to frameworks like Laravel or ruby on rails, and it contains a ton of built-in modules to work with databases, handle security, implement streaming and anything else you can imagine doing in a server side application.
-
7 Metrics to Evaluate your code quality using static analysis
I will be using it with PHP and Laravel project.
-
Tiny CRM - Linode + DEV Hackathon Submission
I have used Laravel web framework for creating the app. I have also used Filament admin panel generator to quickly generate CRUD app functionality.
-
PHP in 2023
Also, există Laravel și CMS-uri cum e Statamic care sunt next level față de PHP-ul „clasic”.
- Backend, Frontend y Fullstack
-
Laravel vs Node.js vs Python - Feature-based comparison
Laravel: On the list, Laravel is placed second with 59,000 stars and 6,247 commits.
Gin
-
Looking to build a small team for a start-up idea
The back-end is going to be written in Golang, using a [Gin](https://github.com/gin-gonic/gin), [Gorm](https://gorm.io/), and a [Postgres](https://www.postgresql.org/) DB, so bonus points if you are familiar with Go!
-
What mux/router to use now a days?
I found this article about someone who evaluated Gorilla Mux replacements and chose Chi, which may be helpful. FWIW I did some of my own investigation and I'm leaning towards Gin, since it's more performant which is a factor for my current usecase.
-
Is there an alternative to gorilla websocket?
Specifically for nhooyr/websocket, I can see that one of the issues raised in the PRs is meant to address CVE-2020-28483 that affects github.com/gin-gonic/gin . If I run govulncheck on nhooyr/websocket, it does not list it as been vulnerable to that particular issue. And yes that particular CVE exists in its database; https://pkg.go.dev/vuln/GO-2021-0052
-
Building a realtime performance monitoring system with Kafka and Go
Our main function in this service is very simple. There is a single POST endpoint to receive stats. I'm using Gin framework for routing here.
-
10 Most Popular Frameworks For Building RESTful APIs
To learn more about Gin framework, you can check out the docs here
- How to develop a Web app in go
- PIANO: A Simple and Lightweight HTTP Framework Implemented in Go
-
I didn't find any good Pokémon type calculator web-app to avoid being harassed with type-related questions
Disclaimer: I'm not a frontend dev, I'm not a mobile app coder and I didn't really want to do anything. But I happen to code fairly often in Go, and so I figured the type table was really just a big map of values (either 0, 0.5, 1 or 2) tying one type to all other types... Could I maybe get away with a backend app that would handle it? Surely not... But I had recently noticed the Gin HTTP framework and it seemed fairly easy to use.
-
Implemented a bench marker to compare Go's HTTP Router
gin-gonic/gin
-
a tool for quickly creating web and microservice code
Web framework gin
What are some alternatives?
Fiber - ⚡️ Express inspired web framework written in Go
mux - A powerful HTTP router and URL matcher for building Go web servers with 🦍
Echo - High performance, minimalist Go web framework
chi - lightweight, idiomatic and composable router for building Go HTTP services
Beego - beego is an open-source, high-performance web framework for the Go programming language.
Iris - The fastest HTTP/2 Go Web Framework. New, modern, easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :leaves: :rocket: | 谢谢 | #Go
go-kit - A standard library for microservices.
Revel - A high productivity, full-stack web framework for the Go language.
fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
fasthttprouter - A high performance fasthttp request router that scales well
httprouter - A high performance HTTP request router that scales well
Buffalo - Rapid Web Development w/ Go