Skip to content

Conversation

@CrowdHailer
Copy link
Owner

@CrowdHailer CrowdHailer commented Nov 14, 2018

To try this escript now it can be installed as follows.

mix escript.install github crowdhailer/ace branch escript

You can either add the escript dir to you path or just call it directly.

./.mix/escript/ace server.exs

Example server.exs file

use Raxx.SimpleServer

def handle_request(_request, _config) do
  response(:ok)
  |> set_body("Hello, world!")
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants