Skip to content

OleksandrZhydyk/FastAPI-SSE-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Side Event FastAPI Service

Simple FastAPI service that implements push notification feature on the backend.

User authentication occurs by sending requests to an authentication server. The service captures events from a source using Redis pub/sub functionality and then forwards these events to recipients based on the recipient_id information contained within the event.

  • Example of env file
MAIN_HOST=YOUR_AUTH_HOST
REDIS_HOST=YOUR_REDIS_HOST
REDIS_PORT=YOUR_REDIS_PORT
PUSH_NOTIFICATIONS_CHANNEL=YOUR_NAME_OF_NOTIFICATIONS_CHANNEL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published