본문 바로가기

Web Server

Netty를 이용한 http 서버랑 websocket을 구현

Netty 공식홈페이지 : https://netty.io/

 

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

 

Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

 

Bootstrap

네티가 작동할 때 기본적으로 설정해야하는 클래스

'Web Server' 카테고리의 다른 글

동기/비동기란?  (0) 2020.04.08
웹 소켓 (Web Socket) 이란?  (0) 2020.04.06
Event-Driven  (0) 2020.03.11
오버헤드 (Overhead)  (0) 2020.03.11