UNPKG

vite-plugin-socket-io

Version:
3 lines 100 B
export default (io, socketEvents) => { io.on('connection', socket => socketEvents(io, socket)) }