expressjs/body-parser

use non blocking json parser

オープン

#132 opened on 2015/10/08

 (17 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (709 件のフォーク)batch import
help wantedideas

Repository metrics

Stars
 (5,360 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Is there an option to use a non blocking (streaming?) json parser ?

The problem with JSON.parse is that it's blocking the event loop and for big json parsing it can be a problem

コントリビューターガイド