Skip to content

Instantly share code, notes, and snippets.

@Densyakun
Last active July 30, 2022 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Densyakun/034d44aa33e0effe4cbb731ac1ff283d to your computer and use it in GitHub Desktop.
Save Densyakun/034d44aa33e0effe4cbb731ac1ff283d to your computer and use it in GitHub Desktop.
Kozmik IDE用Webアプリケーションデータ構造。Flaskを参考
{
"port": 5000,
"host": "0.0.0.0",
"routes": [
["/", "hello_world"]
],
"functions": {
"hello_world": {
"return": "<p>Hello, World!</p>"
}
}
}
[
["web-app-compiler", "web-app-hello.json"]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment