You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mini project is just to implement an architecture where time consuming and resource heavy requests are stored in message queue and then processed one by one. And after processing the response is sent to the client using SSE(server-sent events).