livecode.admin.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of io.viper.livecode Show documentation
Show all versions of io.viper.livecode Show documentation
A livecoding system based on viper.io.
The newest version!
{
"host": "localhost",
"staticFileRoot": "/",
"routes": [
{
"method": "GET",
"path": "/code/$path",
"routeHandler": "@admin.get.code.java"
},
{
"method": "POST",
"path": "/code/$path",
"routeHandler": "@admin.post.code.java"
},
{
"method": "GET",
"path": "/pi",
"routeHandler": "
return Math.pi;
"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy