nicholaswmin / isomorphic-model

Isomorphic data models [WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Isomorphic data models [WIP]

License:MIT License


Languages

Language:HTML 72.3%Language:JavaScript 27.7%