How We Coding

[Lambda] node-gyp

JS/Node.js2019. 5. 16. 00:31

C++ Addons as AWS Lambda functions

https://nodeaddons.com/c-addons-as-aws-lambda-functions/

 

C++ Addons as AWS Lambda functions

C++ Addons as AWS Lambda functions

nodeaddons.com

 

 

https://stackoverflow.com/questions/30340443/cross-compile-node-module-with-native-bindings-with-node-gyp

 

Cross-compile node module with native bindings with node-gyp

I'm using AWS Lambda, which involves creating an archive of my node.js script, including the node_modules folder and uploading that to their infrastructure to run. This works fine, except when it ...

stackoverflow.com

 

'JS > Node.js' 카테고리의 다른 글

[정리] 아하 REST API 서버 개발 #3  (0) 2019.03.31
[정리] 아하 REST API 서버 개발 #1, #2  (0) 2019.03.31
[Node.js] How to store emoji in MySQL  (0) 2019.02.03

빠르게 훝어 보는 node.js - async 프레임웍을 이용한 콜백헬의 해결 [조대협의 블로그] 

https://bcho.tistory.com/1083

 

빠르게 훝어 보는 node.js - async 프레임웍을 이용한 콜백헬의 해결

빠르게 훝어 보는 node.js - async 프레임웍을 이용한 콜백헬의 해결 조대협 (http://bcho.tistory.com) 콜백헬의 정의 node.js는 자바스크립트의 콜백 패턴을 사용한다. 그래서 함수들을 순차적으로 실행하고자..

bcho.tistory.com

 

'Reference' 카테고리의 다른 글

[Lambda]  (0) 2019.05.16
[npm] npm ci  (0) 2019.05.16
[Web] 쿠키와 세션  (0) 2019.05.14
[Reading] 190512 - 190518  (0) 2019.05.12
[cmd] curl  (0) 2019.05.09

[Web] 쿠키와 세션

Reference2019. 5. 14. 02:05

Web - 쿠키와 세션의 차이, 용도, 사용법(cookie,session) 

https://jeong-pro.tistory.com/80

 

Web - 쿠키와 세션의 차이, 용도, 사용법(cookie,session)

웹에서 쿠키와 세션 (Cookie & Session) 쿠키와 세션을 사용하는 이유 HTTP 프로토콜의 특징이자 약점을 보완하기 위해서 사용한다. HTTP 프로토콜의 특징 1) 비연결지향(Connectionless) HTTP는 먼저 클라이언트..

jeong-pro.tistory.com

 

[Node.js - Redis, Express-session 을 이용한 세션 관리]

https://m.blog.naver.com/PostView.nhn?blogId=scw0531&logNo=221165327133&proxyReferer=https%3A%2F%2Fwww.google.com%2F

 

[Node.js - Redis, Express-session을 이용한 세션관리]

안녕하세요!! 이번 포스팅은 Redis와 Express-session을 이용한 세션관리에 대해서 알아보겠습니다. * R...

blog.naver.com

 

redis session 저장소 관리

https://mygumi.tistory.com/91

 

[nodejs] redis session 저장소 관리 :: 마이구미

이번 글은 redis 서버를 통한 세션 관리를 다뤄본다. nodejs의 express 프레임워크를 사용하여 예제를 진행한다. 현재 NoSQL의 일종으로 redis는 많은 목적으로 활용되고 있다. redis란 무엇인가? 위키의 정의를..

mygumi.tistory.com

 

'Reference' 카테고리의 다른 글

[npm] npm ci  (0) 2019.05.16
[npm] async 프레임웍  (0) 2019.05.15
[Reading] 190512 - 190518  (0) 2019.05.12
[cmd] curl  (0) 2019.05.09
[TS] ts-node  (0) 2019.04.30