Hey there, sit back, relax, and enjoy the story about how namelss, an anonymous feedback platform was created all from scratch during the COVID pan...
For further actions, you may consider blocking this person and/or reporting abuse
Really cool. Do you think you could share, or maybe explain, how you wrote the RFC/ADR doc? I always have a hard time with that part of the process
EDIT: Should have checked first, here's the ADR docs.google.com/document/d/1Yhp8g4...
Hey Yes. Glad you found it. Let me know if i can help you with something else :D
Haha.. Glad you liked it x 10e100 times !
Nice, come and give feedback to dev.to
Done sir
Good job design looks nice and clean too.
How many concurrent connection the web socket will able to handle?
Haven't load tested it yet, since this was more of a MVP
I always wanted to know
how do we decide how many concurrent web sockets can be established?
Ideally you shouldn't have a limit on that. If you do so then you are just limiting your customers you to use your product.
Really awesome !! Would be interested to know where it is hosted. Or rather the deployment architecture if you will
Yes. The ADR doc has all the details. docs.google.com/document/d/1Yhp8g4...
TLDR : Frontend on netlify
Backend : GCP VM instance
You are havr installed pgSQL in VM or your by pgSQL instance from Google Cloud
Right now on VM, but working on to migrate data to cloudSQL