瘦 小型快速的Ruby Web服务器 安装 gem install thin 或添加thin到您的Gemfile : gem 'thin' 用法 + thin +脚本提供了一种启动Rack应用程序的简便方法: thin start 浏览example目录以获取示例应用程序。 与Rails Action Cable配合使用 要将Thin与Action Cable一起使用,请将以下内容添加到您的Gemfile : gem 'faye-websocket' gem 'thin' # If not already done 创建一个config/initializers/thin_action