quota guarded uploader and thumbs generator for progressive image load
Go to file
2023-10-13 16:12:05 +03:00
src fix-graphql-interface 2023-10-13 00:46:55 +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 trytofix-404 2023-10-11 23:06:27 +03:00
Dockerfile debug: rm LetsEncrypt dir 2023-10-12 10:49:27 -03:00
nginx.conf.sigil debug: rm ACME from nginx 2023-10-12 10:48:13 -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>