SIGN IN SIGN UP
socketio / socket.io UNCLAIMED

Realtime application framework (Node.JS server)

0 0 0 TypeScript

[feat] Add support for dynamic namespaces (#3195)

This follows #3187, with a slightly different API.

A dynamic namespace can be created with:

```js
io.of(/^\/dynamic-\d+$/).on('connect', (socket) => { /* ... */ });
```
D
Damien Arrachequesne committed
ac945d1eba2c0e126c6750d5eccbdb861e0abc56
Parent: ad0c052
Committed by GitHub <noreply@github.com> on 3/29/2018, 9:08:08 PM