nova:Erlang的Web框架

时间:2021-05-16 11:48:18
【文件属性】:
文件名称:nova:Erlang的Web框架
文件大小:115KB
文件格式:ZIP
更新时间:2021-05-16 11:48:18
erlang realtime web-framework api-server distributed 简单的。 容错的。 分散式。 在几分钟内创建一个基本网页 使用Erlang OTP实现容错和分布 入门 通过插件将rebar3_nova添加到〜/ .config / rebar3 / rebar.config { project_plugins , [ rebar3_nova ]} 完成此操作后,使用rebar3与Nova生成一个新项目。 rebar3 new nova my_first_nova 支持的Erlang版本 OTP 22及更高版本支持Nova。 文献资料 十六进制文档: : 有关工作原理的更多信息,请参阅文档“ 。 贡献 欢迎为Nova贡献力量。 查看我们的以获取更多信息。 我们将功能和错误添加到问题列表中。 生成一个Nova项目 使用以下内容开始一个新项目: rebar3 new nova my_first_nova 这将为您生成一个Nova项目。 r
【文件预览】:
nova-master
----.github()
--------workflows()
----priv()
--------static()
----rebar.lock(2KB)
----src()
--------nova_cors_plugin.erl(838B)
--------nova.hrl(103B)
--------nova_erlydtl_inventory.erl(684B)
--------nova_app.erl(820B)
--------nova_stream_h.erl(3KB)
--------nova_http_handler.erl(12KB)
--------nova_session.erl(4KB)
--------nova_request_plugin.erl(4KB)
--------nova_correlation_plugin.erl(549B)
--------nova_plugin.erl(15KB)
--------nova_handlers.erl(13KB)
--------nova_router.erl(28KB)
--------nova_session_ets.erl(8KB)
--------nova_http.erl(3KB)
--------nova_websocket.erl(1KB)
--------nova_basic_handler.erl(9KB)
--------nova_watcher.erl(8KB)
--------nova.erl(2KB)
--------nova_security_plugin.erl(4KB)
--------nova_internal_error.dtl(543B)
--------nova.app.src(554B)
--------nova_sup.erl(4KB)
--------nova_ws_handler.erl(6KB)
----LICENSE(11KB)
----README.md(1KB)
----rebar.config(4KB)
----docs()
--------xx_future-work-and-todos.md(438B)
--------07_books-and-links.md(269B)
--------06_building-releases.md(1KB)
--------02_quick-start.md(1KB)
--------guides()
--------03_routing.md(3KB)
--------07_plugins.md(700B)
--------05_plugins_and_handlers.md(707B)
--------04a_views.md(279B)
--------README.md(1KB)
--------04_controllers.md(2KB)
----CODE_OF_CONDUCT.md(2KB)
----.gitignore(13B)
----_config.yml(28B)
----include()
--------nova.hrl(1KB)

网友评论