hypercorn
build-a-saas-app-with-flask
hypercorn | build-a-saas-app-with-flask | |
---|---|---|
6 | 38 | |
1,159 | 959 | |
- | - | |
8.5 | 5.8 | |
3 months ago | 11 months ago | |
Python | HTML | |
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.
hypercorn
-
hypercorn VS tremolo - a user suggested alternative
2 projects | 12 Jul 2024
-
What's up Python? Django get background tasks, a new REPL, bye bye gunicorn
In addition [Hypercorn](https://github.com/pgjones/hypercorn) (a ASGI and WSGI) also does not use gunicorn, having migrated many years ago.
-
Setting up Fast API in IIS and run APIs in Python
You might find some recommendations to use hypercorn rather than uvicorn, I tried that initially but I couldn't resolve an issue with socket permission, I raised it as a bug in their GitHub repo.
-
Granian – a Rust HTTP server for Python applications
for those wishing to use http3 with a Python web framework, the ASGI hypercorn[1] currently supports it.
made a Django example last week with a sample client based on the examples from aioquic[2]: https://github.com/djstein/django-http3-example
this example also includes the first pass at async Django REST Framework using adrift[3] based on these GitHub issues:
- https://github.com/encode/django-rest-framework/pull/8617
- https://github.com/encode/django-rest-framework/issues/8496
sources
[1]: https://github.com/pgjones/hypercorn
[2]: https://github.com/aiortc/aioquic
[2]: https://github.com/em1208/adrf
-
Best method to communicate between Svelte front-end and python back-end
what about hyopercorn ? looks like it supports http3
-
Serve any WSGI or ASGI app over HTTP/2 or HTTP/3
By using Hypercorn like so:
build-a-saas-app-with-flask
-
We Have to Talk About Flask
I've been maintaining my Build a SAAS App with Flask video course[0] for 8 years. It has gone from pre-1.0 to 2.3 and has been recorded twice with tons of incremental updates added over the years to keep things current.
In my opinion tutorial creators should pin their versions so that anyone taking the course or going through the tutorial will have a working version that matches the video or written material.
I'm all for keeping things up to date and do update things every few months but rolling updates don't tend to work well for tutorials because sometimes a minor version requires a code change or covering new concepts. As a tutorial consumer it's frustrating when the content doesn't match the source code unless it's nothing but a version bump.
I've held off upgrading Flask to 3.0 and Python 3.12 due to these open issues with 3rd party dependencies https://github.com/nickjj/docker-flask-example/issues/17.
[0]: https://buildasaasappwithflask.com/
- Good example projects on Github with Flask and Next.js 13?
-
Course recommendation for a begineer
Flask Mega Tutorial and "Build a SaaS App" purchased directly from the course website are probably your best bets.
-
How familiar do I need to be with Python to learn Flask?
The resource I'm looking to learn from is u/nickjj_ course, but I'm trying to figure out how familiar I should be with Python before I dive into it. Looks like I may need some HTML/CSS/JS as well.
-
Show HN: The pure Python SaaS starter kit
Build a SAAS App with Flask. Course / Boilerplate. https://buildasaasappwithflask.com/
- Has anyone taken this course?
-
starter project?
Personally I maintain https://github.com/nickjj/docker-flask-example. There's also https://github.com/nickjj/build-a-saas-app-with-flask if you want more opinions.
-
Where can I find templates (with or without code) of flask apps/SaaS?
There's: https://github.com/nickjj/build-a-saas-app-with-flask
-
Using Celery with Flask application factory
If you're looking only for a code reference there's https://github.com/nickjj/build-a-saas-app-with-flask which uses an app factory and Celery. It's all set up to send emails through Celery and has tests too.
-
How to go about creating a SaaS without experience as a student?
A few years ago I started my programming/ SaaS yourney and now I can live from my solo bootstrapped SaaS. I started learning Python 2 (free) on codecademy. Followed by the free CS50 from Harvard on Edx.org . After that I build my first SaaS using the SaaS template/ course https://buildasaasappwithflask.com
What are some alternatives?
uvicorn - An ASGI web server, for Python. 🦄
cookiecutter-flask - A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
gunicorn - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
flask-boilerplate - Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap
daphne - Django Channels HTTP/WebSocket server
docker-flask-example - A production ready example Flask app that's using Docker and Docker Compose.
aioquic - QUIC and HTTP/3 implementation in Python
flask-boilerplate - Flask boilerplate using the application factory with basic authentication.
python-gunicorn-uvicorn - Multiarchitecture Docker Containers for Python using Gunicorn and Uvicorn
microblog - The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.
python-uvicorn - Multiarchitecture Docker Containers for Python and Uvicorn
hypercorn