HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ghego1

no profile record

comments

ghego1
·6 tahun yang lalu·discuss
A while ago, way before SPA were cool and even AngularJS was around, I had done something sort of like this, based on Ajax calls though, so the underlying tech was definitely different.

While this is truly clever and being based on sockets does seem to simplify communications between client and server, I'm not fully convinced.

Currently I see client side rendering as a way to delegate some computing to the clients. Which is a nice way to lower operating costs.

I can see the benefit of this and the reasoning behind it. Because SPA still need a server (serverless still implies server side coding) as long as you are executing code on the client you need two codebases. One for the client, one server side.

With this solution it would seem that it's possible to serve a web app with only one codebase, so that's definitely a plus. But then performance and costs do preoccupy me a little.

Perhaps the ideal scenario for this tech would be for (enterprise) apps to be deployed on proprietary servers, where scale is a minor concern.
ghego1
·7 tahun yang lalu·discuss
This made me wonder, why is max altitude a limit? Is it due to cooling (less air)? I'd be glad to know more if anyone has some insights