mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
meteor-base
Source code of released version | Source code of development version
A default set of packages that almost every app will have. You should only remove this package if you really, really know what you are doing.
It comes with the following packages:
meteor- Super basic stuff about the programming environment, and a handler for thecssfile type.webapp- The actual web server that handles connections, serves files, etc.es5-shim- Compiles code for old browsers like IE 8.hot-code-push- Refresh the client automatically when the server has new code.ddp- A protocol for communicating between the client and server. This is what enablesMeteor.methods,Meteor.publish,Meteor.subscribe, etc.