2013년 7월 12일 금요일

NodeJs 관련 자료 링크

노드 홈페이지 http://nodejs.org/

node.js 한글 도큐먼트  http://nodejs.sideeffect.kr/docs/

Node.js 책 쓰신 아웃사이더 님의 블로그  http://blog.outsider.ne.kr/category/node.js 


express 한글 가이드 http://firejune.io/express/guide 

Jade 한글 가이드 http://blog.doortts.com/223 


express 설치 - 글로벌로 설치 
>npm install -g

Node 생성 
>express [Application Name]

Node 생성 - with Session 
>express [Application Name] -s

Jade 설치
>npm install express jade 

Mysql module 설치
>npm install mysql

Socket.io 모듈 설치
>npm install socket.io

몽골리안 설치
> npm install mongolian

박병일 님 자료 http://feeding.kr/js 


윈도우 핸들로 HTML 갖어 오기 http://bloodguy.tistory.com/748

tensorflow gpu 사용하기에서

 tensorflow 설치시 주의해야 한다. # Anything above 2.10 is not supported on the GPU on Windows Native python - m pip install "tensorflow<2.11...