It was considered innovative when it was first shared here eight years ago.
replies(1):
I once explored this, hitting around 125K RPS per core on Node.js. Then I realized it was pointless, the moment you add any real work (database calls, file I/O, etc.), throughput drops below 10K RPS.
We just do the networking bits a bit differently now. DPDK was a product of its time.