Replies: 2 comments 5 replies
-
Moved to a discussion. |
Beta Was this translation helpful? Give feedback.
-
Hello, In my app using ESP-DASH, I have Json payloads that can reach up to 8k to I go through websocket, split them in batches and use message pack +binary transport. If your client can support message pack, I added support for that in ESPAsyncWS http endpoints too. It works like the json API but with message pack. It would reduce your payload size by 30-60% depending. |
Beta Was this translation helpful? Give feedback.
-
Hello. Please make an example of efficiently reading and sending large json data using the ArdinoJson 7 library. At the moment, I have implemented it this way.
Processing a request to the server:
Response processing:
Beta Was this translation helpful? Give feedback.
All reactions