For further actions, you may consider blocking this person and/or reporting abuse
Speedy emails, satisfied customers
Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.
Read next

How to Secure Your Next.js E-commerce Site with RBAC and Permit.io
uma victor -

Mock Smarter, Not Harder: Boost Your Frontend Efficiency
Mubarak -

👀 How Check Memory Leaks in React?⚠️🚨🚨
Martins Gouveia -

🐹 Common Design Patterns In Golang Projects 🧩
Truong Phung -
Top comments (5)
Maybe using websocket? Or Redis pubsub feature?
I also thought first of websockets. gRPC is also worth looking into. Or maybe GraphQL streaming, don't know how that works nowadays.
Websockets sounds a great idea. And it is relatively easy to implement a WS client/server.
I have never heard GQL streaming and redis pubsub. Will totally look into
Thank you guys
Thank you Nico. Not sure if long polling is a viable option in my book, but I will totally try the rest :)
My first choice would probably be WebSockets, but it might be worth a look at server-sent events for a possible simpler solution.