在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:JuliaAttic/Morsel.jl开源软件地址:https://github.com/JuliaAttic/Morsel.jl开源编程语言:Julia 100.0%开源软件介绍:Morsel.jl
Morsel is a Sinatra-like micro framework for declaring routes and handling requests. It is built on top of HttpServer.jl and Meddle.jl. Installation: ExamplesHere is a brief example that will return a few different messages for different routes,
if you run this and open using Morsel
app = Morsel.app()
route(app, GET | POST | PUT, "/") do req, res
"This is the root"
end
get(app, "/about") do req, res
"This app is running on Morsel"
end
start(app, 8000) Here is an example that:
The accompanying documentation is written for data scientists who have never written a web app before. :::::::::::::
:: ::
:: Made at ::
:: ::
:::::::::::::
::
Hacker School
::::::::::::: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论