How can I use RTM in web?
In Node.js and Express system, it is very hard to use webpack like your sample. So I used like below index.html
...
...
But I got "Uncaught TypeError: AgoraRTM is not a constructor". How can I use RTM in web, not webpack? How can I use the codes in your rtm-client.js.
Can you describe how you run this demo on node.js express?
The combination of Express(Node.js) and Webpack is very hard to use both of them. Express has route urls and the route urls render html files including javascript or jquery. But if I use webpack, then I can not use those route urls. When I use AgoraRTM of your rtm-client.js in html, I do not know and understand how to use them. I'd like to know how to use the RTM in html without webpack.
we have a quickstart guide here https://docs.agora.io/en/Real-time-Messaging/messaging_web?platform=Web
is there any example of agora RTM for reactjs for real time messaging?? just like RTC video calling having the SDK for reactjs