URI나 CRUD 등의 개념이 나오는데
서버에 대해서 하나의 주소 경로로 하여 명사형으로 URI를 구성하고
GET/PUT/POST/DELETE HTTP 메소드를 이용하여
DB의 create/read(select)/update/delete를 구현한다는 것 정도로 일단 이해
[링크 : https://nesoy.github.io/articles/2017-02/REST]
[링크 : https://spoqa.github.io/2013/06/11/more-restful-interface.html]
[링크 : http://blog.remotty.com/blog/2014/01/28/lets-study-rest/]
[링크 : https://beyondj2ee.wordpress.com/2013/03/21/당신의-api가-restful-하지-않은-5가지-증거/]
'Programming > node.js' 카테고리의 다른 글
cURL 그리고 REST (6) | 2018.09.09 |
---|---|
node.js rtsp 스트리밍 (0) | 2018.09.07 |
node.js jwt -JSON Web Token (0) | 2018.09.07 |
아직 쓸일은 없지만 걍 찾아본 node.js ssl 적용 (0) | 2018.09.07 |
node.js exec와 JSON.parse() (0) | 2018.09.07 |