Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed May 28, 2023
1 parent 17cb2b1 commit 1da1309
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -50,6 +50,7 @@ It is a modern, high-level framework on top of popular specific Python brokers l
* **Redis** (based on <a href="https://redis.readthedocs.io/en/stable/index.html" target="_blank">redis-py</a>)
* **RabbitMQ** (based on <a href="https://aio-pika.readthedocs.io/en/latest/" target="_blank">aio-pika</a>)
* **Kafka** (based on <a href="https://aiokafka.readthedocs.io/en/stable/" target="_blank">aiokafka</a>)
* **SQS** (based on <a href="https://aiobotocore.readthedocs.io/en/latest/" target="_blank">aiobotocore</a>)
* **Nats** (based on <a href="https://github.com/nats-io/nats.py" target="_blank">nats-py</a>)
* <a href="https://lancetnik.github.io/Propan/getting_started/4_broker/5_rpc/" target="_blank">**RPC**</a>: The framework supports RPC requests over MQ, which will allow performing long operations on remote services asynchronously.
* [**Great to develop**](#cli-power): CLI tool provides great development experience:
Expand Down
1 change: 1 addition & 0 deletions docs/docs/en/index.md
Expand Up @@ -44,6 +44,7 @@ It is a modern, high-level framework on top of popular Python libraries for vari
* **Redis** (based on [redis-py]("https://redis.readthedocs.io/en/stable/index.html"){target="_blank"})
* **RabbitMQ** (based on [aio-pika](https://aio-pika.readthedocs.io/en/latest/){target="_blank"})
* **Kafka** (based on [aiokafka](https://aiokafka.readthedocs.io/en/stable/){target="_blank"})
* **SQS** (based on [aiobotocore](https://aiobotocore.readthedocs.io/en/latest/){target="_blank"})
* **Nats** (based on [nats-py](https://github.com/nats-io/nats.py){target="_blank"})
* [**RPC**](getting_started/4_broker/5_rpc/): The framework supports RPC requests on top of message brokers, which will allow performing long operations on remote services asynchronously.
* [**Great to develop**](getting_started/2_cli/): CLI tool provides great development experience:
Expand Down
1 change: 1 addition & 0 deletions docs/docs/ru/index.md
Expand Up @@ -44,6 +44,7 @@
* **Redis** (основан на [redis-py]("https://redis.readthedocs.io/en/stable/index.html"){target="_blank"})
* **RabbitMQ** (основан на [aio-pika](https://aio-pika.readthedocs.io/en/latest/){target="_blank"})
* **Kafka** (основан на [aiokafka](https://aiokafka.readthedocs.io/en/stable/){target="_blank"})
* **SQS** (основан на [aiobotocore](https://aiobotocore.readthedocs.io/en/latest/){target="_blank"})
* **Nats** (основан на [nats-py](https://github.com/nats-io/nats.py){target="_blank"})
* [**RPC**](getting_started/4_broker/5_rpc/): Фреймворк поддерживает RPC запросы поверх брокеров сообщений, что позволит выполнять длительные операции на удаленных сервисах асинхронно.
* [**Скорость разработки**](getting_started/2_cli/): собственный *CLI* инструмент предоставляет отличный опыт разработки:
Expand Down

0 comments on commit 1da1309

Please sign in to comment.