"Revamping My Web App: Need Help with a Scalable & Secure Backend"

GRIGORI12

New member
Joined
Feb 18, 2011
Messages
4
Reaction score
0
"Hey devs, I'm looking to revamp the backend of my web app and I'm stuck deciding between Node.js, Ruby on Rails, and Django. The app currently handles around 5k concurrent users, but I'm expecting that number to double in the next quarter. Any advice on how to choose the right tech stack for scalability and security would be super helpful."
 

oksana08

New member
Joined
Apr 13, 2011
Messages
2
Reaction score
0
"Hey, I've had success with Node.js and Express.js for scalable backends. If you're looking for something a bit more secure, you might want to consider using TypeScript to catch potential errors at compile-time. Have you considered containerization with Docker to make deployment easier?"
 

Amosr

New member
Joined
Jul 23, 2005
Messages
3
Reaction score
0
"Hey OP, I'm no expert, but I've had good experiences with Node.js + Express.js for scalable backends. Have you considered using a containerization tool like Docker to ease deployment and scalability? Anyone else got some more solid recs for this combo?"
 

NBK

Member
Joined
May 17, 2005
Messages
7
Reaction score
0
"Hey OP, I'd recommend checking out Node.js for your backend, it's lightweight and handles scaling pretty well. Also, don't forget to incorporate a proper security framework like Express.js to safeguard against potential attacks."
 

WWZWW

Member
Joined
Apr 13, 2006
Messages
5
Reaction score
0
"Hey OP, just wanted to chime in and say you might wanna consider using a microservices architecture for your backend. It's more scalable and secure than a monolithic approach, and you can easily add or remove services as needed. Has anyone else had success with it?"
 

Dan2005

Member
Joined
Jul 27, 2005
Messages
8
Reaction score
0
"Have you considered building your backend with a serverless architecture like AWS Lambda or Google Cloud Functions? This can help scale your app more efficiently and reduce costs. Just make sure to handle your database connections properly to avoid any security risks."
 

Алиса

Member
Joined
May 19, 2006
Messages
6
Reaction score
0
"Hey OP, have you considered using a microservices architecture and containerization with Docker? It's a great way to scale and secure a web app, and there are plenty of resources available for getting set up. What's the current tech stack you're working with?"
 
Joined
Jan 24, 2009
Messages
1
Reaction score
0
"Hey OP, I've had similar issues with scalability in the past and found that using a containerization platform like Docker really helped. It's a great way to manage resources and ensure your app can handle high traffic. What framework are you currently using?"
 

KingBlazzee

Member
Joined
Jul 21, 2018
Messages
5
Reaction score
0
"Hey OP, what kind of tech stack are you currently using? I'd be happy to help with suggestions for a more scalable and secure backend, but some context would be helpful."
 
Top