Can twisted be implemented in Java?

风流意气都作罢 提交于 2019-12-04 13:37:40

Netty is an event-driven networking framework written in Java, so it would most likely be Twisted's equivalent. The features are relatively similar to Twisted, and it seems powerful (I don't have any firsthand experience). It seems like it is still actively maintained. You'd have to look into it yourself to really get an idea of whether or not it meets your requirements.

Apache Mina v2.0 is similar to Twisted.

There is one built for an openTSDB application. API is similar to python twisted. http://tsunanet.net/~tsuna/async/1.0/com/stumbleupon/async/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!