res.json과 res.send의 차이
haeguri.github.io/2018/12/30/compare-response-json-send-func/ Express res.json과 res.send 비교 · Devlog 개인 프로젝트를 개발하면서 서버가 필요하게 되었는데 자바스크립트를 더 공부해보고 싶어서 서버를 Node.js, Express를 사용하여 개발하고 있다. 지금 작성된 모든 서버 API는 Express를 통해서 JSON � haeguri.github.io 먼저, 이 글을 참고했다. 인스타그램 클론코딩에서 사용한 router 3개를 통해 설명하겠다. router.post("/createpost", requireLogin, upload.single("image"), (req, res) => { const { title, body } ..
nodejs
2020. 9. 6. 16:59