I've scaled that stack to 1500 API requests per second with 3 nodes and Kubernetes. The only thing I could think of that might be even more scalable is go-micro, but there you'll need way more boilerplate.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Oldest comments (3)
Depends on several factors, like what languages you have experience with and what you want to create.
Node. Fast, simple and has the biggest ecosystem by far. For a generic web project:
I've scaled that stack to 1500 API requests per second with 3 nodes and Kubernetes. The only thing I could think of that might be even more scalable is go-micro, but there you'll need way more boilerplate.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.