|
|
|
|
|
by wmil
619 days ago
|
|
Most web servers aren't doing anything computationally complex and there's a lot of tech to help you scale to multiple servers, so single server performance usually isn't really critical. Web stuff is about developer speed. So familiarity, libraries, and tooling. There are plenty of good options. Anything that needs to be performant can go in it's own service. |
|