FAQ
Can I use wildcards in events?β
Not in Socket.IO directly, but check out this plugin by Hao-kang Den. It provides a Socket.IO middleware to deal with wildcards.
Prevent flooding from single connection?β
Limit number of events by IP
, uniqueUserId
or/and socket.id
with rate-limiter-flexible package.
Socket.IO with Apache Cordova?β
Take a look at this tutorial.
Socket.IO on iOS?β
Take a look at socket.io-client-swift.
Socket.IO on Android?β
Take a look at socket.io-client.java.
Usage with express-sessionβ
Please check this guide.