文件名称:cmnode:YAML可编程Erlang VM
文件大小:14.84MB
文件格式:ZIP
更新时间:2024-06-13 18:34:32
kubernetes yaml scheme ansible erlang
节点 cmnode是一个小型的,基于Erlang / OTP的全栈应用程序框架,可帮助您使用基于声明性,功能性和便携式YAML的编程语言来设计,表达和实现服务器端API和客户端前端UI。 快速开始 最简单,最快的入门方法是从Docker在本地运行一个节点。 以下命令从examples文件夹运行hello world应用程序。 $ docker run -it \ --name hello \ -v "$(pwd)"/examples/hello:/opt/cmnode/etc \ -p 8000:8000 \ pedrogutierrez/cmnode:latest 然后检查一切是否正常: $ curl http://localhost:8000/ -i HTTP/1.1 200 OK content-length: 21 content-type