ZeroMQ

Server.Interfaces. ZeroMQ

# new ZeroMQ(coreObj) → {Server.Interfaces.ZeroMQ}

This is the ZeroMQ Interface of the Blackrock Application Server. It is responsible for providing an interface to other clients and servers via the ZeroMQ protocol. PLEASE NOTE: This interface is undergoing development and is not yet functional.

Parameters:
Name Type Description
coreObj Server.Modules.Core

The Core Module Singleton

Author:
  • Darren Smith
License:
  • Licensed under the LGPL license.
To Do:
  • Finish writing the ZeroMQ Interface
Returns:

interface - The ZeroMQ Interface Singleton

Type
Server.Interfaces.ZeroMQ
Example
const zeromqInterfaceSingleton = core.module('zeromq', 'interface');

Extends