.. default-domain:: chpl .. module:: CHGL-Server CHGL-Server =========== **Usage** .. code-block:: chapel use CHGL-Server; .. data:: config const ServerPort = 5555 This is a server intended to be used with a python client connected over ZMQ. This has been heavily inspired by Arkouda, the first project to take this approach. This is a prototype and is intended as a brief proof-of-concept; the hope is that CHGL will have integration with Arkouda at a later date. .. data:: param SYN = 0 .. data:: param ACK = 1 .. data:: param CREATE_GRAPH = 2 .. data:: param ADD_INCLUSION = 3 .. data:: param GET_SIZE = 4 .. function:: proc main() .. function:: proc get_hostname(): string