namjh654 / mnu_busproject_app

project :
0 stars 1 forks source link

express res.send / res.json 비교 #42

Open namjh654 opened 3 years ago

namjh654 commented 3 years ago

참고 자료 https://haeguri.github.io/2018/12/30/compare-response-json-send-func/

res 에 담을 객체가 send -send(object) -json(object) -send(String)

JSON -json(object) -send(String)

불필요한 호출 1회더 하게 된다.