/node-diameter

Diameter base protocol implementation for NodeJS

Primary LanguageJavaScriptOtherNOASSERTION

node-diameter

Gitter npm version Build Status Code Climate Test Coverage

node-diameter is node.js implementation of Base Diameter protocol.

Usage

Check client and server in 'examples' directory.

To see it in action:

$ npm install

Start server:

$ npm run-script example-server

Start client:

$ npm run-script example-client

Complementary library

Makes it easier to work with diameter messages, by converting the arrays to objects:

https://github.com/atesgoral/diameter-avp-object