Pony package to build server applications for the HTTP protocol.
http_server
is beta quality software that will change frequently. Expect breaking changes. That said, you should feel comfortable using it in your projects.
corral add github.com/ponylang/http_server.git --version 0.6.2
corral fetch
to fetch your dependencies.use "http_server"
to your Pony sources.corral run -- ponyc
to compile your applicationNote: The net_ssl
transitive dependency requires a C SSL library to be installed. Please see the net_ssl installation instructions for more information.