Files
socket.io/test
Damien Arrachequesne ac945d1eba [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) => { /* ... */ });
```
2018-03-29 23:08:08 +02:00
..
2016-01-21 20:50:44 +09:00
2014-02-19 13:46:39 -05:00