JavaScript: Introduce representation of socket.io servers and namespaces.

This commit is contained in:
Max Schaefer
2019-02-26 13:13:22 +00:00
parent 94e4bd8b01
commit eb07754eee
15 changed files with 218 additions and 95 deletions

View File

@@ -0,0 +1,4 @@
| socket.io namespace with path '/' | tst.js:1:12:1:33 | socket.io server | / |
| socket.io namespace with path '/' | tst.js:4:13:4:24 | socket.io server | / |
| socket.io namespace with path '/' | tst.js:6:13:6:27 | socket.io server | / |
| socket.io namespace with path '/foo' | tst.js:1:12:1:33 | socket.io server | /foo |