I am currently working on implementing a forum and chat feature in my Flutter application, leveraging NodeBB services. Specifically, I am looking for guidance on how to implement the chat functionality.
I have started by creating a Socket.io client to connect to the NodeBB server and listen for events, but I'm finding it challenging to manage the integration.
Could anyone provide resources or code examples that could help me implement real-time chat functionality using NodeBB and Socket.io in my Flutter application? Any insights or advice would be greatly appreciated.
Thank you in advance for your assistance!