chatter:使用Elixir和Phoenix的聊天应用程序示例

时间:2021-05-21 21:28:27
【文件属性】:
文件名称:chatter:使用Elixir和Phoenix的聊天应用程序示例
文件大小:42KB
文件格式:ZIP
更新时间:2021-05-21 21:28:27
CSS 聊天 要启动新的Phoenix应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.server启动Phoenix端点 现在,您可以从浏览器访问localhost:4000 。
【文件预览】:
chatter-master
----mix.exs(1KB)
----brunch-config.js(1KB)
----bower.json(68B)
----lib()
--------chat.ex(954B)
--------chat()
----web()
--------views()
--------web.ex(2KB)
--------controllers()
--------channels()
--------router.ex(530B)
--------templates()
--------static()
----config()
--------test.exs(504B)
--------prod.exs(2KB)
--------config.exs(844B)
--------dev.exs(1KB)
----test()
--------views()
--------controllers()
--------test_helper.exs(218B)
--------support()
----README.md(199B)
----mix.lock(577B)
----.gitignore(582B)
----package.json(289B)

网友评论