Skip to content

NetEase/pomelo-sync-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomelo-sync-plugin

sync plugin for pomelo(>=0.6)

Use pomelo-sync to compose this plugin, you can check the detail information in here.

#Installation

npm install pomelo-sync-plugin

#Usage

var sync = require('pomelo-sync-plugin');

//app.js

app.use(sync, {sync: {
  key1: value1,
  key2: value2
}});

//get
app.get('globalChannelService');

Releases

No releases published

Packages

No packages published