Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
asafc committed Dec 10, 2021
1 parent 8138f19 commit 647c0b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# ⚡ FASTAPI Websocket RPC
RPC over Websockets made easy, robust, and production ready

<a href="https://github.com/authorizon/fastapi_websocket_rpc/actions?query=workflow%3ATests" target="_blank">
<img src="https://github.com/authorizon/fastapi_websocket_rpc/workflows/Tests/badge.svg" alt="Tests">
<a href="https://github.com/permitio/fastapi_websocket_rpc/actions?query=workflow%3ATests" target="_blank">
<img src="https://github.com/permitio/fastapi_websocket_rpc/workflows/Tests/badge.svg" alt="Tests">
</a>

<a href="https://pypi.org/project/fastapi-websocket-rpc/" target="_blank">
Expand Down Expand Up @@ -108,10 +108,10 @@ See the [examples](/examples) and [tests](/tests) folders for more server and cl


## What can I do with this?
Websockets are ideal to create bi-directional realtime connections over the web.
- Push updates
- Remote control mechanism
- Pub / Sub (see [fastapi_websocket_pubsub](https://github.com/authorizon/fastapi_websocket_pubsub))
Websockets are ideal to create bi-directional realtime connections over the web.
- Push updates
- Remote control mechanism
- Pub / Sub (see [fastapi_websocket_pubsub](https://github.com/permitio/fastapi_websocket_pubsub))
- Trigger events (see "tests/trigger_flow_test.py")
- Node negotiations (see "tests/advanced_rpc_test.py :: test_recursive_rpc_calls")

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ def get_requirements(env=""):
name='fastapi_websocket_rpc',
version='0.1.21',
author='Or Weis',
author_email="or@authorizon.com",
author_email="or@permit.io",
description="A fast and durable bidirectional JSON RPC channel over Websockets and FastApi.",
long_description_content_type="text/markdown",
long_description=long_description,
url="https://github.com/authorizon/fastapi_websocket_rpc",
url="https://github.com/permitio/fastapi_websocket_rpc",
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 647c0b4

Please sign in to comment.