Estrella'sdevelopment blog

Frontend infoInformations about frontend

Server infoinformations about server

Database infoinformations about database

ETCNews that is related to software

Basic infobasic information about software

Searchsearch posts

I'm also on

Githubif you see my interests

es6에서 추가된 const 와 let


엔드포인트(endpoint)란

어떠한 소프트웨어나 제품에 최종목적지인 사용자를 가리킨다.

엔드포인트는 클라이언트 어플리케이션에서 접근할 수 있는 웹서비스 URL이다. 엔드포인트에서 클라이언트가 노출되어지고, 서버는 다양한 보안 레이어를 제공하고, 클라이언트와 정책을 관리한다.

정리하자면, 엔드포인트 서버란, 클라이언트에게 노출되어질 수 있는 URL 으로 유저가 접근할 수 있는 포인트이다.