002 TauByte Demystified Creating the Chat Endpoint dFunction and PubSu...

Here we'll setup the backend code necessary for our chat to work. We need to create a decentralized function that will give us the pubsub channel's web socket address. We can then use this address to generate a Javascript WebSocket object. We'll use this WebSocket object to communicate with other clients on the chat through the pubsub channel.

Comments

Popular posts from this blog