Chatdown:使用 Phoenix 框架在 Elixir 中试验实时应用程序

时间:2021-07-06 12:53:09
【文件属性】:
文件名称:Chatdown:使用 Phoenix 框架在 Elixir 中试验实时应用程序
文件大小:131KB
文件格式:ZIP
更新时间:2021-07-06 12:53:09
Elixir 聊天 要启动新的 Phoenix 应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.start启动 Phoenix 端点 现在您可以从浏览器访问localhost:4000 。
【文件预览】:
Chatdown-master
----mix.exs(614B)
----config()
--------locales()
--------prod.exs(544B)
--------test.exs(100B)
--------config.exs(770B)
--------dev.exs(202B)
----priv()
--------static()
----test()
--------chatdown_test.exs(99B)
--------test_helper.exs(37B)
----mix.lock(224B)
----LICENSE(1KB)
----tree(0B)
----.gitignore(34B)
----web()
--------models()
--------router.ex(497B)
--------templates()
--------view.ex(535B)
--------controllers()
--------views()
--------channels()
----lib()
--------chatdown.ex(804B)
--------chatdown()
----README.md(202B)

网友评论