Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swiip/mongo-web-replica
- Owner: Swiip
- Created: 2015-05-05T12:31:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T20:16:21.000Z (over 9 years ago)
- Last Synced: 2024-10-15T13:26:37.124Z (24 days ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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