An open API service indexing awesome lists of open source software.

https://github.com/lingfromsh/message

A general message notification service
https://github.com/lingfromsh/message

asyncio fastapi notification-service websocket

Last synced: 3 months ago
JSON representation

A general message notification service

Awesome Lists containing this project

README

        

# Message

> I want to provider a general message notification system, which can be used in any project.

A general message notification system

## Features

1. pure async/await implement with FastAPI
2. extensible, only need add providers
3. scalable

## Dependencies

- PostgresQL
- RabbitMQ
- Redis

## Framework

- fastapi
- tortoise-orm
- pydantic
- taskiq
- apprise (support tons of notification services) amazing lib

## Development

```shell
make dev
```