Supabase - ~52K stars
- Designed explicitly as an open source firebase alternative
- Typescript based
- Docker support
Appwrite - ~32K stars
- Written in JavaScript and PHP
- Docker based
- Realtime support across all services
| import os | |
| def on_starting(server): | |
| """ | |
| Attach a set of IDs that can be temporarily re-used. | |
| Used on reloads when each worker exists twice. | |
| """ | |
| server._worker_id_overload = set() |