— 아래는 nginx를 웹서버로 사용하고 nodejs https 프록시 Andmedia server 의 https프록시하는 설정입니다.Below is the configuration for using nginx as a web server and nodejs https proxy Andmedia […]
앤트미디어서버 커뮤니티 에디션/Antmedia Server Community Edition – (2)
공식문서 : https://antmedia.io/docs/category/guides/ – 로그인 하고 좌측 메뉴의 LiveApp을 클릭하면 아래와 같은 화면을 볼 수 있습니다.After logging in and clicking LiveApp on the left menu, you will see […]
nodejs10-Nodejs서버,ReactNative 회원가입 / Nodejs Server,ReactNative Signup
구글드라이브/Google Drive : https://drive.google.com/drive/folders/1DR4lNIQUgMdkizV_Uy-tzQLI917B1Fmd?usp=drive_link ※이 앱은 별도이 보안설정 없이 동작합니다. 하지만 연결 문제가 생길 경우 로그인 포스트의 설정 부분을 참조 하세요This app works without any separate security settings. […]
앤트미디어서버 커뮤니티 에디션/Antmedia Server Community Edition – (1)
여러분의 리눅스 서버나 클라우드에 접속해서 아래와 같이 실행하시면 설치 할 수 있습니다.You can install it by connecting to your Linux server or cloud and executing the following. 커뮤니티버전은 […]
nodejs9-리액트네이티브 로그인/ReactNative Login(3)
구글드라이브 / google drive : https://drive.google.com/drive/folders/1dj8TfcDCeaLoRzHU5YRlBJoUgh4AcBdg?usp=drive_link -nodejs디렉토리 내에 package.json은 설치된 모듈 리스트입니다.package.json in the nodejs directory is a list of installed modules.-server1.js는 nodejs서버 부분입니다.server1.js is the nodejs server […]
nodejs9-리액트네이티브 로그인/ReactNative Login(2)
1.프로젝트 수정구글드라이브/Google drive : https://drive.google.com/drive/folders/1dj8TfcDCeaLoRzHU5YRlBJoUgh4AcBdg?usp=drive_link 1)src디렉토리 / src directory– 아래 이미지는 vscodes에서 프로젝트 폴더를 열었을 때 모습입니다.The image below is what the project folder looks like when opened […]
nodejs9-리액트네이티브 로그인/ReactNative Login(1)
ReactNative Login 앱에 대한 설명입니다.Description of the ReactNative Login app.아래는 프로젝트 생성과 셋팅에 대한 설명입니다.Below are instructions for creating and setting up a project. 1.RN프로젝트 생성 / Create […]
nodejs8- 자바클라이언트 채팅 베이직/java client chat basic
nodejs가 대부분 웹사이트 만들기 위한 도구로 알고 계신 분이 많은 것 같습니다.It seems like most people know nodejs as a tool for creating websites. 아래는 nodejs를 서버로 사용하고 […]
nodejs4 – GET,POST METHOD / GET,POST 데이터 전송방식
GET,POST METHOD / GET,POST 데이터 전송방식 package.json server.js server2.js /html/index.html /public/get1.ejs /public/post1.ejs /public/view1.ejs
nodejs3 – HTML, EJS 파일 불러오기 / Importing HTML,EJS
package-lock.json파일은 자동생성되는 파일이라서 따로 올리지 않겠습니다.The package-lock.json file is an automatically generated file, so I will not upload it separately. server.js server2.js package.json