Twisted matrix structure for java

is there a twisted matrix structure for java ??

+4
source share
2 answers

I think Netty could be one.

+2
source

While the most original version of twisted was written in Java, and there are several implementations of Deferreds and a simple reactor written in Java, they are not in the published state of the library.

Search for an alternative that you could do for Google with various keywords such as asynchronous network library, etc.

0
source

Source: https://habr.com/ru/post/1302038/


All Articles