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.
是否有任何用于 Java 的非阻塞服务器(如thinRoR 和node.jsJS)?如果这个服务器可以嵌入就好了
thin
node.js
我有些怀疑这就是你所追求的,但Play是一个带有集成服务器的非阻塞异步 I/O Web 框架(不仅仅是一个 Web 服务器)。
Grizzly是一个完全基于非阻塞 I/O(java.nio包)的可嵌入服务器(和 servlet 容器)。Netty是另一种选择。
java.nio