Class Index
-
cbNetwork
Core of the library, includes Server, Packet and HTTP modules binding them into one module to be required in your project.
-
Client
Includes client information, message and a reply function for convenience.
-
HTTP
Holds static functions for HTTP abstraction that work like cbNetwork equivalents.
-
Logger
Creates a new logger with the desired prefix and timestamp
-
Packet
Packet is used to emulate CoolBasic MemBlock-system that is used in cbNetwork for packet data.
-
Server
Server is an UDP server using Node's UDP API that works like the cbNetwork server.