fastapi_websocket_pubsub VS fastapi_websocket_rpc

Compare fastapi_websocket_pubsub vs fastapi_websocket_rpc and see what are their differences.

fastapi_websocket_pubsub

Fork of https://github.com/permitio/fastapi_websocket_pubsub (by authorizon)

fastapi_websocket_rpc

Fork of https://github.com/permitio/fastapi_websocket_rpc (by authorizon)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
fastapi_websocket_pubsub fastapi_websocket_rpc
2 3
12 6
- -
0.0 0.0
over 2 years 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_websocket_pubsub

Posts with mentions or reviews of fastapi_websocket_pubsub. 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
  • ⚡ FastAPI Websocket RPC and Pub/Sub packages
    2 projects | /r/FastAPI | 22 Feb 2021
    Efficiency of updates: On top of RPC, we implemented the pub/sub library, which is good for pushing data only when there are available updates (faster and more efficient than REST, which only supports polling for changes).

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
  • Introducing OPAL: real-time policy and data updates on top of Open Policy Agent
    1 project | /r/sre | 16 Apr 2021
    While building authorizon which aims to build a fullstack authorization solution for applications, we needed to solve the policy CI/CD problem (realtime syncing, aggregation, etc) for ourselves. You can see exactly how it is used in the video I linked above.
  • Realtime channels ⚡- RPC, PUB/SUB at scale
    1 project | dev.to | 23 Mar 2021
    As modern software is exploding (especially in the cloud and at the edge) the need to deliver realtime data, updates, and events at scale across deployed instances is ever increasing. A challenge we had to solve for our own fullstack authorization as a service solution (authorizon.com) That's why we've created ⚡ FastAPI-websocket-RPC and 🗞️ FastAPI-websocket-PubSub.

What are some alternatives?

When comparing fastapi_websocket_pubsub and fastapi_websocket_rpc you can also consider the following projects:

awesome-fastapi - A curated list of awesome things related to FastAPI

fastapi-crudrouter - A dynamic FastAPI router that automatically creates CRUD routes for your models

Twitch-Chat-Downloader - Download chat messages from past broadcasts on Twitch

opal - Fork of https://github.com/permitio/opal

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

AutobahnPython - WebSocket and WAMP in Python for Twisted and asyncio

uvicorn-gunicorn-fastapi-docker - Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production