1. [ Netty 참조사이트 ]
1) 네티홈
>> https://netty.io/
2) 자바 네트워크 소녀 Netty 정리
>> https://velog.io/@monami/Netty
>> https://github.com/krisjey/netty.book.kor
3) Netty를 활용한 양방향 소켓 통신 구성
>> https://musma.github.io/2023/08/30/netty-socket.html
4) 슬기로운 개발자 생활
>> https://ecolumbus.tistory.com/175
2. [vertx 참조사이트]
1) vertx 홈
>> https://vertx.io/docs/vertx-core/java/#_in_the_beginning_there_was_vert_x
////////////////////////////////////////////////////////////////////////
Vert.x 소개
////////////////////////////////////////////////////////////////////////
http://bcho.tistory.com/860
http://d2.naver.com/helloworld/163784
////////////////////////////////////////////////////////////////////////
Vert.x 스프링 통합
////////////////////////////////////////////////////////////////////////
https://recordsoflife.tistory.com/1379
////////////////////////////////////////////////////////////////////////
vertx 세팅관련
////////////////////////////////////////////////////////////////////////
https://vertx.io/
https://start.vertx.io/
https://vertx.io/docs/vertx-core/java/#_in_the_beginning_there_was_vert_x
https://rntlqvnf.github.io/programming/vertx-start-vertx/
https://itstudy402.tistory.com/5
https://emong.tistory.com/141
https://github.com/allbegray/vertx/blob/master/src/main/java/com/hong/vertx/HttpEmbeddedServer.java
https://zepinos.blogspot.com/search/label/Vert.x
https://birthbefore.tistory.com/10
https://m.blog.naver.com/alucard99/221746410966
'java > java' 카테고리의 다른 글
| IO/NIO, 동기/비동기,블로킹/넌블로,넌버퍼/버퍼, 스트/채널 (0) | 2024.04.23 |
|---|---|
| 참조하는 jar파일 버전up /WAR 파일 만들기/WAR 파일 압축풀기 (0) | 2024.04.23 |
| [java]RestTemplate TLS (0) | 2024.01.18 |
| [java]Thread.join (0) | 2024.01.08 |
| java 비동기 처리 ( in RestController ) (0) | 2023.09.21 |