Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swiip/mongo-web-replica

synchronized / realtime / offline data on a web client
https://github.com/swiip/mongo-web-replica

Last synced: 9 days ago
JSON representation

synchronized / realtime / offline data on a web client

Awesome Lists containing this project

README

        

# Mongo Web Replica

**Very early development stage**

This is an attempt to build a framework which targets having synchronized / realtime / offline
data on a web client.

The principle is to have a Node backend listening to the Mongo oplog and sending changes
through Web Sockets to web clients.

Web clients should use modern client side storing for offline persistence.

All will be written in ES6 with Babel.

The project is splitted in 3 sub projects:

- **mongo-web-replica-client** The client library
- **mongo-web-replica-console** A test app using the client
- **mongo-web-replica-server** The server library