This is just a question though, but which one is best at handling concurrency? I'm thinking of planning to make a pool WebSocket server for handling the server for a browser-based IRC app, I was thinking of Rust because it is memory efficient and considered as the norm for handling concurrency...