Live queries with 1 line of JS.
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.
Simply run npm test
and all your tests in the test/
directory will be run.
0.1.0
- Initial release
Copyright (c) 2016
Licensed under the MIT license.