How Meteor works, Client vs Server?
client-server, meteor
Solution
Meteor is a pure javascript web-application framework.
All you need to run meteor is a JavaScript environment.
Server-side, NodeJS is the gold standard javascript environment.
Client-side, all you need is a browser that supports javascript.
There are no plugins required or other magic at work. It's just javascript.
Problem
I am really confused at to how Meteor works. I know there's a server side where you just install it using the terminal. But what about the client? Does the client need to install anything? For example, clients need to install Adobe Flash to run Flash. Are we talking about the same thing here? Or can the client just access it through a regular page without installing anything. Thanks for the clarification. <3 StackOverflow