Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个需要与外部组件集成的 Rails 项目。不幸的是,唯一可用的通信通道是通过 TCP/IP。Rails 可以在 TCP/IP 层上运行吗?如果没有,是否有任何好的 Ruby 库可以用来轻松集成回 Rails?
是的,ruby 标准库中有一个类:TCPSocket。它有你需要的一切。