https://github.com/azukaar/herm-js
JS Network framework for offline first progressive web apps
https://github.com/azukaar/herm-js
Last synced: 6 months ago
JSON representation
JS Network framework for offline first progressive web apps
- Host: GitHub
- URL: https://github.com/azukaar/herm-js
- Owner: azukaar
- Created: 2018-04-03T21:02:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T13:02:31.000Z (over 7 years ago)
- Last Synced: 2025-03-28T15:48:16.179Z (7 months ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/azukaar/herm-js/tree/master) [](https://coveralls.io/github/azukaar/herm-js?branch=master) [](https://www.npmjs.com/package/eslint-config-airbnb-base)
# Herm JS
[](https://npmjs.org/package/herm-js)
Herm-js is a networking framwork with collection of tools and functionnalities to provide powerful and flexible networking capabilities to Javascript
```
npm install herm-js
``````javascript
import { NetworkCompensator, HermDoc } from 'herm-js';
```Here's the breakdown of internal packages :
# Herm-js-document
[](https://npmjs.org/package/herm-js-document)
This module allow you to create a "git like" sync system for documents in JS with automatic conflict resolution. With this module, you can edit multiple instances of the same document and merge them in a queue, the module will solve the conflict by itself.
# Herm-js-network
[](https://npmjs.org/package/herm-js-network)
Allow you to interpolate values based on time thought network calls.