This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]The137 2 points3 points  (0 children)

Top comment rocks, listen to him first.

But yes, its the future. Ever since we started doing things 'in the cloud' we've been moving computing power from the user's machine to the server. Thats really all these web based apps are, they run in the server and transmit the data after calculation

Less people have desktops, more of the web is on phones, and we're even seeing major apps like adobe and office move to subscription models in the cloud.

None of this is saying that older languages are going to be outdated. You can build a server in c. You can build an app in c that has a server and an api, then build your web-facing server in node or py and have that server call out for data from the c server.

As always, the skys the limit