I'm really confused about how the Meteor works. I know the server side there, where you simply install it using the terminal. But what about the customer? Does the client need to install anything? For example, customers need to install Adobe Flash to run Flash. What are we talking about here? Or the client can simply access it through a regular page without installing anything.
Thanks for clarifying. <3 stackoverflow
Meteor is a clean javascript web application framework.
All you need to run meteor is the JavaScript framework.
The server side , NodeJS is the standard javascript environment in the gold standard.
, , - , javascript.
. javascript.
, Meteor Http? , SignalR node.js. javascript , , script .
.
http://meteorserver.org/browser-techniques/
http://www.hanselman.com/blog/AsynchronousScalableWebApplicationsWithRealtimePersistentLongrunningConnectionsWithSignalR.aspx
, http://meteor.com, , .
Meteor is a framework for writing Javascript applications, and therefore all modern browsers support it out of the box. The initial request to the website will load HTML, CSS and Javascript, and it will work just like any other web application like GMail, etc.
You can check out a number of sample applications at http://madewith.meteor.com , and you can run them without adding plugins, etc.