cloud and self hosted mqtt chat solution
What do you like best?
Cloud version of MQTTCHAT is intended for non-experienced developers who want to integrate a chat solution fast and with the least possible complexity. Application is then hosted in their servers and the integration is done through an iframe.
MQTTCHAT uses the MQTT protocol for message exchange, presence management system and WEBRTC signaling. The choice of MQTT is not arbitrary, the use of MQTT coupled with WEBSOCKET technology (currently supported by major browsers) as part of an instant messaging application offers us several advantages such as speed, flexibility and lightness.
To manage a large number of connected users simultaneously without degrading the services provided we opted for an MQTT server developed in Erlang. Since Erlang makes it possible to manage large concurrent accesses, due to her fault tolerances mechanisms and less hardware resources requirements compared to other languages. .
What do you dislike?
the solution is new and not mature enought
Recommendations to others considering the product:
you can try for free for 3 month before buying paied subscription.
What problems are you solving with the product? What benefits have you realized?
very cheap compared to cometchat. easy integration using cloud option. you can also youse self hosted option with more customisation options.