# The Cayla Web Framework Cayla makes easy creating web application with Ceylon. ## Creating a simple application in seconds ### Import the Cayla module module my.app "1.0.0" { import io.cayla.web "0.3.1"; } ### Write the controller import io.cayla.web { ... } object controller { route("/") shared class Index() extends Handler() { Response handle() => ok { "Hello World"; }; } } shared void run() { value application = ...

Tagswebceylon
HomePage https://github.com/vietj/ceylon-cayla
DateFeb 13, 2021
Filespom (8 KB)  jar (242 KB)  View All
RepositoriesCeylon
Ranking#402784 in MvnRepository (See Top Artifacts)
Used By1 artifacts

Note: There is a new version for this artifact

New Version0.3.2

Scope:
Scope:
Format:
Scope:
Scope:
Scope:
Scope:
Scope:
Scope:

Note: this artifact is located at Ceylon repository (https://modules.ceylon-lang.org/maven/1/)

Compile Dependencies (2)

Category/License Group / ArtifactVersionUpdates

Apache
ceylon » net 1.1.01.2.2

io.vertx.ceylon » core 1.0.03.5.0

Licenses

LicenseURL