deepstream.io-cache-hazelcast

1.0.0 • Public • Published

deepstream.io-cache-hazelcast npm version Build Status

deepstream cache connector for hazelcast

This connector uses the npm hazelcast-client package. Please have a look there for detailed options.

Basic Setup

const Deepstream = require('deepstream.io');
const HazelcastCacheConnector = require('deepstream.io-cache-hazelcast');
const server = new Deepstream();
 
server.set('cache', new HazelcastCacheConnector({
  networkConfig: {
    addresses: [{
      host: 'localhost',
      port: 5701
    }]
  },
  mapName: 'deepstreamCache'
}));
 
server.start();

Readme

Keywords

none

Package Sidebar

Install

npm i deepstream.io-cache-hazelcast

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • deepstreamio