文件名称:faces:使用websockets和phoenix进行视频聊天
文件大小:70KB
文件格式:ZIP
更新时间:2024-05-21 10:40:39
JavaScript
面Kong 要启动您的Phoenix应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix ecto.create && mix ecto.migrate创建和迁移数据库 使用mix phoenix.server启动Phoenix端点 现在,您可以从浏览器访问 。 准备好投入生产了吗? 请。 学到更多 官方网站: : 指南: : 文件: : 邮件列表: : 资料来源: :
【文件预览】:
faces-master
----mix.exs(1KB)
----config()
--------prod.exs(2KB)
--------test.exs(481B)
--------config.exs(947B)
--------dev.exs(1KB)
----priv()
--------.DS_Store(6KB)
--------static()
--------repo()
----test()
--------support()
--------controllers()
--------views()
--------test_helper.exs(149B)
----mix.lock(574B)
----.DS_Store(6KB)
----.exenv-version(5B)
----.gitignore(376B)
----web()
--------router.ex(505B)
--------templates()
--------web.ex(2KB)
--------controllers()
--------views()
--------channels()
----lib()
--------faces()
--------faces.ex(960B)
----README.md(693B)