Ruby有一个相当于Python的扭曲框架作为网络抽象层吗?

时间:2021-09-09 12:23:47

From my understanding, Python's twisted framework provides a higher-level abstraction for networking communications (?).

根据我的理解,Python的扭曲框架为网络通信提供了更高层次的抽象(?)。

I am looking for a Ruby equivalent of twisted to use in a Rails application.

我正在寻找一个Ruby等价的扭曲在Rails应用程序中使用。

1 个解决方案

#1


7  

Take a look at EventMachine. It's not as extensive as Twisted but it's built around the same concepts of event-driven network programming.

看看EventMachine。它没有Twisted那么广泛,但它是围绕事件驱动的网络编程的相同概念构建的。

#1


7  

Take a look at EventMachine. It's not as extensive as Twisted but it's built around the same concepts of event-driven network programming.

看看EventMachine。它没有Twisted那么广泛,但它是围绕事件驱动的网络编程的相同概念构建的。