Is Socket IO slower than Netty? (MMO)

I’m writing a game that will support multiplayer using LibGDX. HTML is a priority, so I’m forced into using WebSockets (Socket.io library).

My question is, will using Socket.io be a performance problem compared to a framework like Netty?