English | 简体中文
Likit 是一个 Backend as a Service ,提供点赞(投票、点赞、计数)功能。 部署和使用非常容易。
Likit的目标是帮助您在10分钟内实现类似的功能。
Likit 适用于中小型应用程序。 您可以选择差异投票工具引擎来获得不同的功能和性能。
| features | Simple Vote Engine | Middle Vote Engine(WIP) |
|---|---|---|
| Vote | ✅ | 🚧 |
| Unvote | ✅ | 🚧 |
| Count | ✅ | 🚧 |
| List the voted users | ✅ | 🚧 |
| Is user Voted | ✅ | 🚧 |
| Vote events | ❌ | 🚧 |
| Message Queue | ❌ | ❌ |
| Rank | 🚧 | 🚧 |
| Requires | redis | redis,postgres |
- add Rank with limit and Rank from Message Id to Simple Vote Engine
- Vote to Queue. Async vote
- add Vote events record to Middle Vote Engine
- add output message queue to Middle Vote Engine
- add tag to message
- Rank by tag
Deloyment on Zeabur by one click
Note: In zeabur the gRPC port is 443.
wget https://raw.githubusercontent.com/CorrectRoadH/Likit/main/docker-compose.yaml
docker compose up -d
Coming soon
OpenAPI will be supported in the future
TechStack


