feathers-live-query
v0.0.1
Published
Live query. Mirror part of a DB on the client.
Downloads
9
Maintainers
Readme
feathers-live-query
Live queries with 1 line of JS.
Getting Started
Getting up and running is as easy as 1, 2, 3.
Install your dependencies
cd path/to/feathers-live-query npm install
Start the server
npm start
Start one or more clients by pointing a browser to
localhost:3030
.
The server runs one cycle of DB commands and then waits on client requests.
The clients communicate with the server using socket.io
websockets.
They make no requests of the server other than the live request.
You have to restart the server and the clients to rerun the demo.
Testing
Simply run npm test
and all your tests in the test/
directory will be run.
Help
Changelog
0.1.0
- Initial release
License
Copyright (c) 2016
Licensed under the MIT license.