Skip to content

eface2face/meteor-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meteor-client

This project encapsulate the original Meteor client libraries so they can be used with browserify without the Meteor server side. The main pourpose is to be able to use Blaze templates with Tracker reactive data binding from any web application.

The followed packages are included:

Also it include the following custom packages:

Dependencies

This project requires jQuery and underscore or lodash.

Installation

With npm:

$ npm install meteor-client

Usage in Node

var Meteor = require('meteor-client')($,_);

Documentation

Please refer to Meteor documentation for the detailed information about each package.

See also

We have also made available a jQuery plugin to make it easier to use dynamic blaze templates.

Author

Sergio Garcia Murillo @eface2face

License

MIT

Releases

No releases published

Packages

No packages published