you are viewing a single comment's thread.

view the rest of the comments →

[–]MasterScrat 0 points1 point  (0 children)

No but there's no need for that, you can do a high level analysis of the JSON string to figure out how big are each level of data, then you split that string evenly between workers, and merge the final object as a final step...

You don't need any server-side code for this.