Server#path(v:String):Server
Sets the path v
under which engine.io
and the static files will be served. Defaults to /socket.io
.
If no arguments are supplied this method returns the current value.
Server#path(v:String):Server
Sets the path v
under which engine.io
and the static files will be served. Defaults to /socket.io
.
If no arguments are supplied this method returns the current value.
Please login to continue.