node.js - How to prevent blocked by JSON.stringify in nodejs? -
i wrote socket based server application accept json data many clients. when export large(over 20mb) data file after json.stringify, application blocked during stringify operation. so, want prevent blocking json.stringify. there library stringify without blocking? or how figure out?
Comments
Post a Comment