Search code examples
node.jssocket.ioagora.io

Integrate Agora.io with Node.js and Socket.io


I want to build a video chat application whose backend is going to be built with node.js and socket.io ... How to integrate Agora.io with node.js and socket.io. Thanks!


Solution

  • Agora Web SDK can be used as a frontend library, the only server component required is to generate tokens for authentication.

    You can use this NodeJS project to generate tokens.