|
|
|
|
|
by koolhaas
1859 days ago
|
|
Your p2p Google Docs example is complicated. What if server applications as a paradigm won because it’s a much simpler approach? Centrally develop and release updates, keeping users all on one system. It’s especially important for network connected apps which want to handle user collaboration. You want everyone on one system, without competing versions. Not saying it’s best for users, but just smarter and more practical from dev perspective. |
|
It may be easier for devs to use the server model, but it's also more expensive - standing up centralized servers that can scale to millions of users is $$$. I think there would be a lot more P2P software competing with server-based software if NAT wasn't a thing, because software companies would be able to build extremely scalable software without having to pay for the hosting costs themselves. While Google Docs has to handle millions of users, if I were to "host" my own document I would only care about handling my friends - maybe two or three or up to a few dozen, but it would be very rare that I would host a document for 1000+ people. Developing an application that can handle a few dozen connections would be much simpler than one that handles millions, I believe.