reidarsollid / rest-pony

Ponylang REST endpoint with docker file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pony REST

An example REST application writtin in Ponylang

Install Ponylang

Install ponyup and then install ponyc and corral

ponyup update ponyc release
ponyup update corral release

Building and running locally

corral run -- ponyc -Dopenssl_1.1.x
# Or -Dopenssl_0.9.0

If you want another name for the binary, add -b and your binary name

About

Ponylang REST endpoint with docker file


Languages

Language:Pony 58.8%Language:Dockerfile 41.2%