|
|
|
|
|
by weavejester
5125 days ago
|
|
Right, websockets servers tend to need NIO otherwise you just wind up with too many threads to manage. However, streaming has uses outside of websockets; for instance, returning a response that's too large to want to hold in memory. |
|