소근소근

웹의 역사 (History of the Web) 본문

HTML,CSS,Javascript

웹의 역사 (History of the Web)

JJureng 2021. 8. 15. 16:42
728x90
반응형
SMALL

1. www vs Internet

 

WWW(World Wide Web)은 Tim Berners-Lee에 의해 만들어졌다. 

원래도 Internet이 있었지만, 컴퓨터 간 데이터를 주고 받기에는 편리하지 않아서 www를 만들어 

컴퓨터 간 통신을 용이하게 했다. 

 

인터넷이 휴대폰이라면, www는 인스타그램으로 비유할 수 있다. 

 

버너스 리의 최초의 웹사이트

http://info.cern.ch/hypertext/WWW/TheProject.html

 

The World Wide Web project

The World Wide Web project World Wide Web The WorldWideWeb (W3) is a wide-area hypermedia information retrieval initiative aiming to give universal access to a large universe of documents. Everything there is online about W3 is linked directly or indirectl

info.cern.ch

 

2. about technologies

 

https://www.udemy.com/course/the-complete-web-developer-zero-to-mastery/

과거엔 프론트엔드에서 jQuery를 사용했었다. jQuery는 javascript library로 , 브라우저 간의 통일성을 위해 환경을 제공해 준다. 하지만 현재는 outdated 된 lib이다.

백엔드에서는 LAMP(Linux , Apache, MySQL , PHP) stack이 주로 사용되었다. 페이스북의 경우 서버를 PHP로 사용하기도 한다. MySQL도 아직 쓰긴 하지만, 현재는 둘다 outdated되었다. 

 

https://www.udemy.com/course/the-complete-web-developer-zero-to-mastery/

현재는 이 기술 스택이 많이 쓰인다. 

프론트에서는 React , 백엔드 서버는 Node , Express ,  DB는 PostgreSQL , MongoDB

728x90
반응형
LIST