Currently, my job is to distribute data from our platform to our clients’ platforms. Our current approach involves writing custom code for each client’s platform to achieve data distribution. However, different clients have varying message protocols, requirements, and authentication methods, which is quite frustrating for me. I hope to lower the barrier for developing push protocols. Are there any open-source code libraries that can quickly generate protocol messages (binary, plaintext) and transmit the data via MQTT, TCP, HTTP, etc.? Alternatively, I would appreciate any suggestions from friends. Thank you very much.
My idea is to implement a plugin-based platform that allows for real-time push implementation by writing JavaScript scripts on a web interface, along with convenient online debugging. The scripting environment would provide clients for common communication protocols, such as HTTP, MQTT, and TCP. I would appreciate any suggestions from friends regarding this plan.
W__ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.