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.
据我了解,Python 的扭曲框架为网络通信提供了更高级别的抽象(?)。
我正在寻找一个在 Rails 应用程序中使用的 Ruby 等价物。
看看EventMachine。它不像 Twisted 那样广泛,但它是围绕事件驱动网络编程的相同概念构建的。