WebSockets

Server.Interfaces. WebSockets

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

This is the WebSockets Interface of the Blackrock Application Server. It is responsible for providing an interface to other clients and servers via the WebSockets 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 WebSockets interface
Returns:

interface - The WebSockets Interface Singleton

Type
Server.Interfaces.WebSockets
Example
const websocketsInterfaceSingleton = core.module('websockets', 'interface');

Extends