actioncable-chat-example:使用Rails和ActionCable的简单聊天应用程序

时间:2024-05-21 10:53:48
【文件属性】:

文件名称:actioncable-chat-example:使用Rails和ActionCable的简单聊天应用程序

文件大小:45KB

文件格式:ZIP

更新时间:2024-05-21 10:53:48

Ruby

动作聊天示例 这是使用Rails Action Cable的聊天程序的示例。 我的的原始代码可以在上找到。 设置 bundle rake db:create db:migrate 跑步 运行redis和postgres或sqlite3。 ./bin/rails s 已配置此示例,以便Web和电缆过程都在单个过程中运行。 因此,我们不需要分别运行./bin/cable 。 在常规浏览器窗口中浏览到 ,在另一个私有浏览器窗口中浏览以开始聊天。 谢谢 在Heroku中将活动通道包含在与@SophieDeBenedetto分开的线程中的示例 确定websocket @kbrock的正确URL的功能


【文件预览】:
actioncable-chat-example-master
----log()
--------.keep(0B)
----bin()
--------cable(54B)
--------channel(54B)
--------rake(164B)
--------setup(844B)
--------spring(461B)
--------rails(219B)
--------bundle(129B)
----vendor()
--------assets()
----config()
--------locales()
--------database.yml(552B)
--------initializers()
--------application.rb(975B)
--------routes.rb(144B)
--------redis()
--------boot.rb(132B)
--------secrets.yml(964B)
--------environment.rb(150B)
--------environments()
----cable()
--------config.ru(160B)
----db()
--------seeds.rb(343B)
--------migrate()
----Rakefile(249B)
----test()
--------models()
--------test_helper.rb(312B)
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----Procfile(31B)
----app()
--------models()
--------jobs()
--------assets()
--------middleware()
--------controllers()
--------views()
--------mailers()
--------helpers()
--------channels()
----Gemfile(533B)
----Gemfile.lock(5KB)
----tmp()
--------.keep(0B)
----.ruby-gemset(17B)
----.ruby-version(6B)
----.gitignore(507B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------robots.txt(202B)
--------500.html(1KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(1KB)
----config.ru(153B)

网友评论