Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/42.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js 服务器事件流是否有字符限制?_Node.js_Streaming_Http Streaming_Eventsource - Fatal编程技术网

Node.js 服务器事件流是否有字符限制?

Node.js 服务器事件流是否有字符限制?,node.js,streaming,http-streaming,eventsource,Node.js,Streaming,Http Streaming,Eventsource,我正在处理一个流式服务器事件(EventSource),我需要通过它发送非常大的JSON。有字符限制吗?如果邮件太长,是否会修剪邮件或不发送邮件?我在网上找不到任何相关的东西。JSON有多大?我想他们很容易就能得到8000个字符。

我正在处理一个流式服务器事件(EventSource),我需要通过它发送非常大的JSON。有字符限制吗?如果邮件太长,是否会修剪邮件或不发送邮件?我在网上找不到任何相关的东西。

JSON有多大?我想他们很容易就能得到8000个字符。