SocketAPI

A global API that is made for working with TCP sockets

SocketAPI.open

Opens connection to specified host and port. Returns future with Socket
overload 1:
SocketAPI:open(host, port)
Method Property Fluent Description Representation
host accepts a String
port accepts an Integer
Return Value a Future
a a