Chat library or framework

I have one web application. I would like to give chat functionality in that application.

Does anyone knows which library or framework is best and fast implementation

This is too broad of a question to give an answer. Are you looking for off-the-shelf javascript you can plug in to any web app to have a “chat with somebody live” type functionality? If so, you could search the web for that. In terms of a RESTful API, this might be a good application for websockets. In fact, gorilla/websocket has a chat example you could possibly repurpose:

1 Like

I need chat library in golang .
I would like to store the conversation in database.

Front end angular

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.