socket-io-admin-ui/lib
Damien Arrachequesne b21b649ea2
fix: handle late HTTP server binding
The following example:

```js
const io = new Server(); // without port or HTTP server

instrument(io, {
  auth: false
});

io.listen(3000);
```

will now work properly.

Related: https://github.com/socketio/socket.io-admin-ui/issues/49
2022-10-06 08:20:16 +02:00
..
index.ts fix: handle late HTTP server binding 2022-10-06 08:20:16 +02:00
stores.ts initial commit 2021-04-15 12:28:15 +02:00
typed-events.ts feat: display sent and received events 2022-06-23 13:43:45 +02:00