기본 콘텐츠로 건너뛰기

7월, 2020의 게시물 표시

Python 웹 서버에서 uwsgi 대신 Gunicorn을 사용해야 하는 이유

Gunicorn 이 uwsgi 보다 자원 사용량이 적고 응답속도가 빠르다. Flask, Nginx, Gunicorn  연동하기 :  https://velog.io/@yvvyoon/Flask-Nginx-Gunicorn-23 출처 :  https://medium.com/@elastic7327/python%EA%B0%9C%EB%B0%9C%EC%9E%90-uwsgi%EB%A5%BC-%EB%B2%84%EB%A6%AC%EA%B3%A0-gunicorn%EC%9C%BC%EB%A1%9C-%EA%B0%88%EC%95%84%ED%83%80%EB%8B%A4-df1c95f220c5

React Native 를 위한 Mac 필수 설치

React Native 를 위한 Mac 필수 설치 homebrew 설치 $ /bin/bash -c "$(curl -fsSL  https://raw.githubusercontent.com/Homebrew/install/master/install.sh )" nodejs 설치 $ brew install node  watchman 설치 $ brew install watchman  React Native CLI 설치 $ npm install -g react-native-cli  Xcode 설치 CocoaPods 설치 JDK 설치 Android Studio 설치