Merly.jl: Web Framework in Julia
Josu\'e Acevedo Maldonado

TL;DR
Merly.jl is a Julia package that simplifies web application development by offering familiar syntax, efficient performance, and comprehensive features like endpoint creation, static file handling, and middleware support.
Contribution
It introduces a Julia web framework with a user-friendly syntax and performance optimizations, filling a gap in Julia's web development ecosystem.
Findings
Provides a comprehensive web framework in Julia
Offers performance comparable to existing frameworks
Supports key web features like CORS and middleware
Abstract
Merly.jl is a package for creating web applications in Julia. It presents features such as the creation of endpoints with function notation and with macro notation, handling of static files, use of path parameters, processing of data sent by a web client in the body in a personalized way, handling of CORS and compatibility with the use of middleware. It presents a familiar syntax with the rest of the most popular web frameworks without neglecting the execution performance. This manuscript mentions the operation and main features of Merly.jl
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsService-Oriented Architecture and Web Services · Parallel Computing and Optimization Techniques · Distributed and Parallel Computing Systems
