Quick start
Last updated
Was this helpful?
Last updated
Was this helpful?
Merly is a micro framework for declaring routes and handling requests. Quickly creating web applications in Julia with minimal effort.
These docs are for Merly v1.0.x
First and install Julia. 1.5
or higher. To do the installation use any of the following commands:
This is the simplest application you can do with Merly:
Browse to http://127.0.0.1:8086
and you should see Hello World!
on the page.