rdb-elixir:使用 Elixir 和 RethinkDB 的简单聊天示例

时间:2024-06-29 17:23:02
【文件属性】:

文件名称:rdb-elixir:使用 Elixir 和 RethinkDB 的简单聊天示例

文件大小:127KB

文件格式:ZIP

更新时间:2024-06-29 17:23:02

CSS

PhoenixExrethinkdbChat 要启动新的 Phoenix 应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.server启动 Phoenix 端点 现在您可以从浏览器访问localhost:4000 。


【文件预览】:
rdb-elixir-master
----mix.lock(438B)
----.gitignore(306B)
----mix.exs(1002B)
----package.json(393B)
----priv()
--------static()
----rethinkdb_data()
--------metadata(4MB)
--------52c72719-eab7-40fb-ad6d-d5a0136fcb02(4MB)
--------auth_metadata(4MB)
--------log_file(2KB)
----README.md(217B)
----web()
--------templates()
--------web.ex(1KB)
--------static()
--------views()
--------channels()
--------controllers()
--------router.ex(599B)
----config()
--------test.exs(295B)
--------config.exs(885B)
--------prod.exs(1KB)
--------dev.exs(888B)
--------prod.secret.exs(306B)
----lib()
--------phoenix_exrethinkdb_chat()
--------phoenix_exrethinkdb_chat.ex(1KB)
----brunch-config.js(908B)
----test()
--------support()
--------test_helper.exs(13B)
--------controllers()

网友评论