quota guarded uploader and thumbs generator for progressive image load
Go to file
2023-10-14 00:37:14 +03:00
src fixd-inbox-context 2023-10-14 00:37:14 +03:00
.gitignore init-rust 2023-09-28 02:08:48 +03:00
Cargo.lock lockbump 2023-10-13 16:12:05 +03:00
Cargo.toml debug: routing to acme only from nginx 2023-10-12 10:00:27 -03:00
Dockerfile debug: rm LetsEncrypt dir 2023-10-12 10:49:27 -03:00
nginx.conf.sigil debug: Sigil with buffering off 2023-10-13 18:01:31 -03:00
README.md 80fix 2023-10-06 13:50:20 +03:00

Presence

"Присутствие" - это сервер для пересылки сообщений в реальном времени. Текущая версия использует SSE-транспорт.

ENV

  • API_BASE
  • AUTH_URL
  • REDIS_URL

Как это работает

Сервис подписывается на Redus PubSub каналы new_reaction, new_follower, new_shout и chat:<chat_id> и пересылает из них те сообщения, которые предназначены пользователю, который подписался на SSE по адресу /presence/<auth_token>