UNPKG

synopsys

Version:

Synopsys is proof of concept datastore service. It stores facts in terms of entity attribute value triples and allows clients to subscribe to _(datomic inspired)_ queries pushing updates to them when new transactions affect results.

4 lines (3 loc) 80 B
import WebSocket from 'ws' export * from './web-socket.js' export { WebSocket }