Skip to content

nicholaswmin/isomorphic-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isomorphic-model

Build Status

Isomorphic data models.

Data binding on the UI that auto-syncs with the server and all connected clients.

More details pending..

Run the example

npm install
npm run example
# ..and open your browser at http://localhost:2000

Test

# Run server component(Node module) tests.
$ mocha test

# Run UI component(Polymer element) tests.
$ cd isomorphic-model
$ polymer test -l chrome

# Run both tests.
$ npm test

Authors

License

MIT

Releases

No releases published

Packages

No packages published