• 회원가입
  • 로그인
  • 구글아이디로 로그인

[module] Node.js - tls 모듈 - TLS 및 SSL 프로토콜을 구현.

996  
목차
  1. tls 모듈 예제
  2. tls 모듈 정의
  3. tls 모듈 구문
  4. tls 모듈 메서드

 

tls 모듈 예제

 

준비 중.

 

 

tls 모듈 정의

 

TLS (Transport Layer Security) 및 SSL (Secure Socket Layer)을 구현하는 방법을 제공.

 

 

tls 모듈 구문

 

var tls = require('tls');

 

 

tls 모듈 메서드

 

connect()

소켓 객체를 반환.

 

createSecureContext()

보안 세부 정보를 포함하는 객체를 생성.

 

createServer()

서버 객체를 생성.

 

getCiphers()

지원되는 SSL 암호를 포함하는 배열을 반환.

 

 


분류 제목
basic Node.js - Home
basic Node.js - Intro (소개)
basic Node.js - Start (시작) - 사용 환경 구축
basic Node.js - Modules (모듈)
basic Node.js - HTTP Module (데이터 전송 모듈)
basic Node.js - File System Module (파일 시스템 모듈)
basic Node.js - URL Module (주소 처리 모듈)
basic Node.js - NPM (노드 패키지 관리자)
basic Node.js - Events (이벤트)
basic Node.js - Upload Files (파일 업로드) 2
basic Node.js - Email (이메일 보내기)
mysql Node.js - MySQL 설치・연결 + 쿼리 보내기
mysql Node.js - MySQL Create Database (DB 생성)
mysql Node.js - MySQL Create Table (테이블 생성) ※ Primary key 설정.
mysql Node.js - MySQL Insert Into (데이터 삽입)
mysql Node.js - MySQL Select From (데이터 선택)
mysql Node.js - MySQL Where (조건절)
mysql Node.js - MySQL Order By (정렬 순서)
mysql Node.js - MySQL Delete From (데이터 삭제)
mysql Node.js - MySQL Drop Table (테이블 삭제)
1/4
목록
찾아주셔서 감사합니다. Since 2012