microblog
mux
DISCONTINUED
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
microblog | mux | |
---|---|---|
217 | 83 | |
4,312 | 17,948 | |
- | - | |
0.0 | 2.6 | |
3 days ago | about 1 year ago | |
Python | Go | |
MIT License | BSD 3-clause "New" or "Revised" 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.
microblog
-
Ask HN: How to get back to programming Python?
I can't speak highly enough of Miguel Grinberg's work with Python/Flask (https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...) and the community he's created around it, for both beginners and advanced folks.
Racing through his mega tutorial was a great refresher for me on the fundamentals, and it's easy to plug in computer vision & related libraries/extensions/packages.
-
How to Visualize a Social Network in Python with a Graph Database: Flask + Docker + D3.js
In the project root directory create a folder called static with one subfolder called js and another called css. The js folder will contain all of the needed local JavaScript files while the css folder will contain all the CSS stylesheets. In the js folder create a file called index.js and in the css folder one called style.css. Just leave them empty for now. If you want to find out more about web development with Flask I suggest you try out this tutorial. Your current project structure should like this:
-
Learning Flask QUICK?
Grinberg pretty popular.
This excellent tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
-
Which styling library/framework do you prefer when you code ReactJS applications?
I miss being able to refer to a single bible when it comes to having to look up how to do a thing. Is there anything similar to Miguel Grinbergs flask mega tutorial for react?
-
I'm ENFP but I write code
Most modern discord bots have a website portal if they're popular. I don't want to assume anything so I thought I'd recommend this series for Flask: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
-
How do I create a server
I personally know Flask. If you want to learn Flask, I would recomend this tuto : Mega flask tuto Note : This tuto would take time, especially if you are new to python. I think it took me like a good month to understand the concept. When i follow this Tuto. I was also a noobie. (never done WebPython nor real python project).
-
A template app?
Not exactly what you're after, but Miguel's mega tutorial will get you started quite quickly. I typically follow his tutorial for the user registration process and then implement the rest of my app.
-
created a simple news site using flask
Look at Miguel's [mega tutorial]([https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world). This is what got me started.
- GUI in python
mux
- The Gorilla web toolkit project is being revived, all repos are out of archive mode.
-
How to build an API using Go
Now that we have set up the Go environment, we can start building our API. The first step is to choose a framework. There are several popular frameworks for building APIs in Go, such as Gorilla mux, Echo, and Gin. For this article, we'll use Gorilla mux.
-
go-mir - a toolkit to develop RESTful API backend service like develop service of gRPC
Mir is a toolkit to develop RESTful API backend service like develop service of gRPC. It adapt some HTTP framework sush as Gin, Chi, Hertz, Echo, Iris, Fiber, Macaron, Mux, httprouter。
-
I've just started learning Golang, and I'm struggling to choose a framework.
My personal favorite tools: - https://github.com/go-kit/ for building services (although it's not necessary a great tool for prototyping) - https://github.com/gorilla/mux router (although it's been recently deprecated, so I'm looking for a similar, maintained library) - https://entgo.io/ ORM - https://watermill.io/ for messaging
-
mux VS Don - a user suggested alternative
2 projects | 15 Mar 2023
-
Using Redis Caching and the Redis CLI to Improve API Performance
We will be using Gorilla Mux to create the APIs locally. Gorilla Mux implements a request router and dispatcher to match the incoming requests.
-
gorilla fork
https://github.com/gorilla/mux/issues/659 Don't get me wrong, I appreciate the good intentions but why didn't you become a maintainer of the original project?
-
Implemented a bench marker to compare Go's HTTP Router
gorilla/mux
-
State of Rust for web backends
popular libraries looking for new maintainers and getting eventually archived ( https://github.com/gorilla/mux )
-
Gorilla Web Toolkit is now in archive only mode
From the devs:
What are some alternatives?
Gin - 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.
Fiber - ⚡️ Express inspired web framework written in Go
Echo - High performance, minimalist Go web framework
chi - lightweight, idiomatic and composable router for building Go HTTP services
httprouter - A high performance HTTP request router that scales well
fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
Iris - The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:
Beego - beego is an open-source, high-performance web framework for the Go programming language.
Express - Fast, unopinionated, minimalist web framework for node.
Revel - A high productivity, full-stack web framework for the Go language.
gqlgen - go generate based graphql server library
Goji - Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang)