文件名称:ws_terminal:使用凤凰的 websocket 终端示例
文件大小:31KB
文件格式:ZIP
更新时间:2024-07-12 02:12:36
JavaScript
网络套接字终端 要启动新的 Phoenix 应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.server启动 Phoenix 端点 现在您可以从浏览器访问localhost:4000 。
【文件预览】:
ws_terminal-master
----mix.exs(787B)
----config.rb(89B)
----config()
--------locales()
--------prod.exs(1KB)
--------test.exs(195B)
--------config.exs(793B)
--------dev.exs(371B)
----priv()
--------static()
----test()
--------test_helper.exs(13B)
--------websockets_termimal_test.exs(109B)
----.bowerrc(42B)
----Gemfile(67B)
----.gitignore(98B)
----web()
--------router.ex(584B)
--------templates()
--------view.ex(494B)
--------controllers()
--------views()
--------channels()
----lib()
--------websockets_termimal()
--------websockets_termimal.ex(1KB)
----sass()
--------_terminal.scss(681B)
--------base.scss(100B)
----README.md(213B)
----bower.json(427B)