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.
我对 groovy/java 很陌生。我想托管一个 socket.io-java 服务器(https://github.com/tadglines/Socket.IO-Java)。
在 python 中,我使用 gevent (https://bitbucket.org/Jeffrey/gevent-socketio) 来托管类似的服务,因为它提供了一个高效的无阻塞 io 事件循环。
java 世界中哪个容器提供了这样的事件循环并且适合这项工作?
谢谢
我在看pom 看起来你可能想从jetty开始?