angular-fullstack/generator-angular-fullstack

Should encryption and hashing functions be converted to be asynchronous?

オープン

#2,240 opened on 2016/09/17

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (1,268 件のフォーク)batch import
Help Wantedenhancement

Repository metrics

Stars
 (6,134 個のスター)
PR merge metrics
 (PR metrics pending)

説明

I noticed the use of the crypto library implements synchronous operations. Should this be dropped for use of asynchronous? Under heavy server load this could lock up the application right?

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