chatapp:聊天应用组项目

时间:2024-06-20 18:36:52
【文件属性】:

文件名称:chatapp:聊天应用组项目

文件大小:36KB

文件格式:ZIP

更新时间:2024-06-20 18:36:52

Ruby

聊天接口 这是我为一个小组项目创建的功能正常的聊天服务器,前端开发人员创建了一个网站,该网站使用我的数据库发送/存储/接收消息。 执行以下操作以使用此程序 分叉这个回购。 克隆这个 repo。 bundle install安装所有需要的 gems。 rake db:migrate运行迁移并更新数据库。 rake db:seed用 5 条随机生成的消息(通过 )填充你的数据库。 rails s来启动你的本地服务器。 下面列出的服务器 URL 和路由以及服务器响应。 服务器网址 - GET /chat - 默认返回过去 5 分钟内来自“全局”聊天室的所有消息 SERVER RESPONSE = { id: 366, username: "5", msg: "has into the chatroom", room: "Global", created_at: "2015-06-


【文件预览】:
chatapp-master
----log()
--------.keep(0B)
----bin()
--------rake(164B)
--------setup(805B)
--------spring(461B)
--------rails(219B)
--------bundle(129B)
----vendor()
--------assets()
----config()
--------locales()
--------database.yml(552B)
--------initializers()
--------application.rb(671B)
--------routes.rb(1KB)
--------boot.rb(132B)
--------secrets.yml(964B)
--------environment.rb(150B)
--------environments()
----db()
--------seeds.rb(135B)
--------migrate()
--------schema.rb(1KB)
----Rakefile(249B)
----test()
--------models()
--------test_helper.rb(312B)
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----Procfile(74B)
----app()
--------models()
--------assets()
--------controllers()
--------views()
--------mailers()
--------helpers()
----Gemfile(2KB)
----Gemfile.lock(4KB)
----.gitignore(474B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------robots.txt(202B)
--------500.html(1KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(7KB)
----config.ru(153B)

网友评论