웹서버로 요청을 보내는 두가지 방식 을 자세히 설명해 주는 예시이다. https://bitkunst.tistory.com/entry/Nodejs-express-3-get-%EC%9A%94%EC%B2%AD-post-%EC%9A%94%EC%B2%AD Node.js - express (3) get 요청 , post 요청이번 포스팅에서는 웹브라우저가 get 방식 혹은 post 방식으로 데이터를 담아 웹서버에 요청을 보냈을 때 express와 nunjucks를 활용해 이러한 요청들을 처리하는 방법에 대해 다뤄보고자 한다. bitkunst.tistory.com