# 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
Ranking#406295 in MvnRepository (See Top Artifacts)
Used By1 artifacts

VersionVulnerabilitiesRepositoryUsagesDate
0.3.x
0.3.2CeylonFeb 13, 2021
0.3.1CeylonFeb 13, 2021
0.3.0Ceylon
0
Feb 13, 2021