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

https://github.com/yuce/hazelcast-go-client-mc

Hazelcast Go Client Management Center Integration
https://github.com/yuce/hazelcast-go-client-mc

Last synced: 9 months ago
JSON representation

Hazelcast Go Client Management Center Integration

Awesome Lists containing this project

README

          

# Hazelcast Go Client Management Interface Sample

Build the app using:
```
go build .
```

The default client expects an Hazelcast instance at the default address and port: localhost:5701.

On Linux and MacOS, run the app using:
```
./hzmc
```

On Windows, run the app using:
```
hzmc
```