Relative Content

Tag Archive for javascriptnode.jsexpresswebsocketsocket.io

Using UUID In Dynamic Namespace In Socket IO

Am developing a multi-tenant chat app and want each tenant to connect to their own namespace in socket io. Am using the id of the tenant which is UUID (ex: 5d056752-6643-4300-926f-5bcd5ed65722) as the namespace but am not able to connect to the server.