fastapi-crudrouter VS fastapi_websocket_rpc

Compare fastapi-crudrouter vs fastapi_websocket_rpc and see what are their differences.

fastapi_websocket_rpc

Fork of https://github.com/permitio/fastapi_websocket_rpc (by authorizon)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
fastapi-crudrouter fastapi_websocket_rpc
4 3
1,295 6
- -
0.0 0.0
5 months ago over 2 years ago
Python Python
MIT License 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.

fastapi-crudrouter

Posts with mentions or reviews of fastapi-crudrouter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-18.
  • FUNCTOOLS CHANGED MY LIFE
    2 projects | /r/Python | 18 Oct 2021
    I can't show any pics cuz of uk NDA and all that. I can tell you the gist of it though. FastAPI is already pretty good at the abstraction part. Our middleware had a lot of rerouting and it was basically just a bunch of redundant functions. I just used this cool ass package https://fastapi-crudrouter.awtkns.com/ and used the partial function from functools to generate endpoints for every scenario/db tables.
  • FastAPI framework, high perf, easy to learn, fast to code, ready for production
    15 projects | news.ycombinator.com | 1 Feb 2021
    Thanks, that's a really helpful example.

    Where I think this could be taken to the next level of reusability is in modularising the front-end into API-specific components. For example, the login behaviour could depend on FastAPI-Users, with a sibling frontend library containing components that implement the same login flow. Adding user behaviour is then a matter of using the same third-party library on the front and back end.

    This approach could be extended to other components such as an admin panel (perhaps using https://github.com/awtkns/fastapi-crudrouter), or a blogging component.

fastapi_websocket_rpc

Posts with mentions or reviews of fastapi_websocket_rpc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-19.
  • Upcoming PyCon talk about the RPC and Pub/Sub Python packages powering OPAL.ac
    3 projects | /r/Python | 19 Apr 2021
    I'll be speaking in the upcoming [PyCon Israel](https://pycon.org.il/2021/) about https://github.com/authorizon/fastapi_websocket_pubsub and https://github.com/authorizon/fastapi_websocket_rpc the two communication packages powering both [OPAL.ac](https://opal.ac) and [authorizon.com](https://www.authorizon.com) Will also share the talk itself after PyCon publish it to Youtube

What are some alternatives?

When comparing fastapi-crudrouter and fastapi_websocket_rpc you can also consider the following projects:

starlite - Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs [Moved to: https://github.com/litestar-org/litestar]

Flask-AppBuilder - Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/

fastapi-users - Ready-to-use and customizable users management for FastAPI

mangum - AWS Lambda support for ASGI applications

Dask - Parallel computing with task scheduling

openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

aiomultiprocess - Take a modern Python codebase to the next level of performance.

kopf - A Python framework to write Kubernetes operators in just a few lines of code

aiosql - Simple SQL in Python

full-stack-fastapi-template - Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

titiler - Build your own Raster dynamic map tile services

admin - A beautiful and fully-featured administration interface builder for hypermedia APIs