Skip to content
Alexander Gordeyko edited this page Oct 11, 2017 · 1 revision

Server module run server for development. Command:

pony server

Module can run:

  • Nodejs http server for testing project.
  • Haxe build server for fast debug build compilations.
  • Proxy server

Example:

<server>
    <!-- Http server -->
    <path>PATH_TO_SERVER_ROOT_FOLDER</path>
    <port>SERVER_PORT</port>
    <!-- Haxe build server -->
    <haxe>PORT</haxe>
    <!-- Proxy -->
    <proxy>
        <target>URL</target>
        <port>PORT</port>
    </proxy>
</server>

If you using haxe build server, then pony build module automatically using socket for connect to him.

Clone this wiki locally