Skip to content

Several examples of using Rekord and its related bindings.

Notifications You must be signed in to change notification settings

Rekord/rekord-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rekord Examples

License

Rekord is a javascript ORM that is offline & real-time capable.

This project contains examples and comes with a simple REST server and a PUB/SUB server for the real-time enabled applications.

Setup

npm install

REST Server

Starting:

node node_modules/clickermonkey-pubsubjs/pubsub-server.js ../../backend/config.js &
rest_pid=$!

Stopping:

kill -9 $rest_pid

Real-time PUB/SUB Server

Starting:

node backend/example-api.js &
live_pid=$!

Stopping:

kill -9 $live_pid

About

Several examples of using Rekord and its related bindings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published