An open API service indexing awesome lists of open source software.

https://github.com/pjt3591oo/javascript-book

자바스크립트로 서버와 클라이언트 구축하기
https://github.com/pjt3591oo/javascript-book

database express javascript mysql nodejs nuxtjs orm socket-io vuejs

Last synced: 5 months ago
JSON representation

자바스크립트로 서버와 클라이언트 구축하기

Awesome Lists containing this project

README

          

# [자바스크립트로 서버와 클라이언트 구축하기](http://m.infopub.co.kr/bookview.php?bookid=x9788956747842)

# 목차

0. [필수문법]()

1. [vue.js](https://github.com/pjt3591oo/javascript-book/tree/master/codes/ch/ch%201)

2. [nuxt.js](https://github.com/pjt3591oo/javascript-book/tree/master/codes/ch/ch%202)

3. [node.js](https://github.com/pjt3591oo/javascript-book/tree/master/codes/ch/ch%203)

4. [express](https://github.com/pjt3591oo/javascript-book/tree/master/codes/ch/ch%204)

5. [node.js 특징 - 비동기 패턴](https://github.com/pjt3591oo/javascript-book/tree/master/codes/ch/ch%205)

6. [데이터베이스](https://github.com/pjt3591oo/javascript-book/tree/master/codes/ch/ch%263)

7. [ORM을 이용한 데이터베이스 연동](https://github.com/pjt3591oo/javascript-book/tree/master/codes/ch/ch%207)

8. [알아두면 유용한 라이브러리](https://github.com/pjt3591oo/javascript-book/tree/master/codes/ch/ch%208)

9. [프로젝트 - 채팅](https://github.com/pjt3591oo/javascript-book/tree/master/codes/project/chat)

10. [프로젝트 - 쇼핑몰 구축(관리자 편)](https://github.com/pjt3591oo/javascript-book/tree/master/codes/project/shop)

11. [프로젝트 - 쇼핑몰 구축(사용자 편)](https://github.com/pjt3591oo/javascript-book/tree/master/codes/project/shop)