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 @@
import javascript
from SocketIO::ServerObject srv
select srv, srv.getOrigin(), srv.getDefaultNamespace()