Skip to content

NodeJS Client for Hazelcast, using Hazelcast Open Client Protocol 1.0 for Hazelcast 3.6 and higher

License

Notifications You must be signed in to change notification settings

GhostInAMachine/hazelcast-nodejs-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hazelcast Node.js Client

Node.js Client for Hazelcast, using Hazelcast Open Client Protocol 1.0 for Hazelcast 3.6 and higher

Warning
This project currently in active development.

Join the chat at https://gitter.im/hazelcast-incubator/hazelcast-nodejs-client

Installation

npm install

Test

npm test

Implemented Features

  • AtomicLong

Usage

HazelcastClient.create({
            "username": "dev",
            "password": "dev-pass",
            "port": 5701,
            "host": "localhost"
        }).then(function (client) {
            atomicLong = client.getAtomicLong("short");
        });

About

NodeJS Client for Hazelcast, using Hazelcast Open Client Protocol 1.0 for Hazelcast 3.6 and higher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%