Nr90 / ExampleJsonAPI

Example of building a Dockerized HTTP server that responds with JSON using Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExampleJsonAPI

Example of building a Dockerized HTTP server that responds with JSON using Julia.

Build

docker build -t julia_server_example .

Run

docker run -p 8000:8000 julia_server_example

About

Example of building a Dockerized HTTP server that responds with JSON using Julia

License:MIT License


Languages

Language:Julia 73.3%Language:Dockerfile 26.7%