MessageServer
Messaging Class for the Server component.
Constructor Summary
Public Constructor | ||
public |
Constructor for the MessageServer. |
Member Summary
Public Members | ||
public |
|
|
public |
sendMessage(id: string, topic: string, message: string): * Sends a message to a specific peer. |
|
public |
sock: * Describes the kind of socket. |
|
public |
startListening(sock: sock): * Listens to incoming events on the socket. |