Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xerdi/meteor-caching

Universal service worker for caching resources in a Meteor project
https://github.com/xerdi/meteor-caching

meteor service-worker

Last synced: about 1 month ago
JSON representation

Universal service worker for caching resources in a Meteor project

Awesome Lists containing this project

README

        

# Meteor Caching

The [universal service worker](https://github.com/ilan-schemoul/meteor-service-worker) for caching resources in a Meteor project.

## Installation

Add the package to your project:
```shell
meteor add xerdi:caching
```

## Getting Started
The caching service is started automatically on the client.
The service can be stopped by:
```javascript
import {CacheService} from 'xerdi:caching';

CacheService.stop();
```