文件名称:chatter:用于聊天的 Pheonix Web 套接字应用程序
文件大小:97KB
文件格式:ZIP
更新时间:2024-06-17 21:17:19
JavaScript
喋喋不休 要启动新的 Phoenix 应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.start启动 Phoenix 路由器 现在,您可以从浏览器访问localhost:4000 。
【文件预览】:
chatter-master
----mix.exs(682B)
----priv()
--------data()
--------static()
----lib()
--------chatter()
--------active_users.ex(1KB)
--------data.ex(97B)
--------chatter.ex(899B)
----web()
--------views()
--------models()
--------controllers()
--------channels()
--------router.ex(712B)
--------templates()
--------view.ex(391B)
----config()
--------locales()
--------test.exs(121B)
--------prod.exs(576B)
--------config.exs(1KB)
--------dev.exs(326B)
----test()
--------chatter_test.exs(98B)
--------test_helper.exs(13B)
----README.md(199B)
----mix.lock(423B)
----.gitignore(34B)