I will soon be using a server named Undertow. The website says:
Undertow is a flexible performant web server written in java, providing both blocking and non-blocking API’s based on NIO
If Undertow allows non-blocking, is that the same as node.js? I don't mean the languages or anything like that. I have a separate project where I thought node.js would have been a good choice, but if I can use a single product for multiple projects it would be helpful.
EDIT: I found this question. Java NIO non-blocking mode vs node.js asychronous operation And I am starting to think I have confused things.