Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yahoojapan/chmpx_nodejs
CHMPX nodejs addon library - Consistent Hashing Mq inProcess data eXchange
https://github.com/yahoojapan/chmpx_nodejs
antpickax autoscaling chmpx cluster consistent messaging multiplex nodejs nodejs-library server-client-communication
Last synced: 24 days ago
JSON representation
CHMPX nodejs addon library - Consistent Hashing Mq inProcess data eXchange
- Host: GitHub
- URL: https://github.com/yahoojapan/chmpx_nodejs
- Owner: yahoojapan
- License: mit
- Created: 2018-12-11T06:49:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T08:11:19.000Z (about 1 month ago)
- Last Synced: 2024-11-21T08:17:19.830Z (about 1 month ago)
- Topics: antpickax, autoscaling, chmpx, cluster, consistent, messaging, multiplex, nodejs, nodejs-library, server-client-communication
- Language: C++
- Homepage: https://nodejs.chmpx.antpick.ax/
- Size: 351 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
chmpx nodejs addon library
===========================
[![Node.js AntPickax CI](https://github.com/yahoojapan/chmpx_nodejs/workflows/Node.js%20AntPickax%20CI/badge.svg)](https://github.com/yahoojapan/chmpx_nodejs/actions)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/yahoojapan/chmpx_nodejs/master/LICENSE)
[![GitHub forks](https://img.shields.io/github/forks/yahoojapan/chmpx_nodejs.svg)](https://github.com/yahoojapan/chmpx_nodejs/network)
[![GitHub stars](https://img.shields.io/github/stars/yahoojapan/chmpx_nodejs.svg)](https://github.com/yahoojapan/chmpx_nodejs/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/yahoojapan/chmpx_nodejs.svg)](https://github.com/yahoojapan/chmpx_nodejs/issues)
[![NPM packages](https://badge.fury.io/js/chmpx.svg)](https://badge.fury.io/js/chmpx)CHMPX addon library for Node.js
### Overview
CHMPX nodejs is the Node.js addon library of the CHMPX communication middleware library by Yahoo! JAPAN.
CHMPX is a product of a communication middleware library and tools for binary communication between processes over network.By chmpx nodejs addon library, you can easily incorporate CHMPX communication function into Node.js based program.
For CHMPX nodejs's features and functions, see the [chmpx nodejs documentation](https://nodejs.chmpx.antpick.ax/) and [chmpx documentation](https://chmpx.antpick.ax/).![CHMPX Node.js addon](https://nodejs.chmpx.antpick.ax/images/top_chmpx_nodejs.png)
### Usage
chmpx nodejs addon library is provided as an NPM package.
Before installing this package, you need the chmpx package(RPM or Debian).
First of all, please install the chmpx developer package as described [here](https://chmpx.antpick.ax/usage.html).
Next, install the chmpx nodejs addon library using the npm command.
```
$ npm install chmpx
```### Documents
- [Document top page](https://nodejs.chmpx.antpick.ax/)
- [Github wiki page](https://github.com/yahoojapan/chmpx_nodejs/wiki)
- [About CHMPX](https://chmpx.antpick.ax/)
- [About AntPickax](https://antpick.ax/)### Packages
- [NPM packages](https://www.npmjs.com/package/chmpx)
- [NPM antpickax](https://www.npmjs.com/org/antpickax)### License
This software is released under the MIT License, see the license file.### AntPickax
CHMPX is one of [AntPickax](https://antpick.ax/) products.Copyright(C) 2015 Yahoo Japan Corporation.