Replies: 1 comment 2 replies
-
현재 생각나는 점들을 정리해보자면, 클라이언트에서 직접 호출한다.장점
단점
서버를 거쳐 호출한다.장점
단점
개인적인 생각이지만, 초기에는 프론트에서 바로 호출을 하고, 리팩토링하면서 서버 측에서 호출하는걸로 변경하면 어떨까? 라는 생각이 들기는 하네요 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
카카오 API 를 활용해서 책 정보 검색을 구현하는 요구사항이 존재합니다.
이 때, 책 정보를 불러오는 외부 API를 사용할 때 클라이언트(프론트엔드)와 서버(백엔드) 중 어디에서 호출을 해야할까요?
또한, 호출하는 위치에 따라서 어떤 장/단점이 있을까요?
Beta Was this translation helpful? Give feedback.
All reactions