-
Notifications
You must be signed in to change notification settings - Fork 0
작업에 참고할 만한 소스들 & 기타 지식들
Donggeon Lee edited this page Feb 8, 2021
·
29 revisions
서버리스
- FastCampus에서 들었던 서버리스 프로젝트: https://github.com/hidekuma/serverless-project-2019
채팅
- Websocket / stomp, WebFlux : https://swiftymind.tistory.com/tag/Websocket%20%2B%20STOMP
- 누군가의 채팅앱 서버 삽질기 - 우리와 비슷한 고민을 하고 있음: https://zeallat.wordpress.com/2020/08/30/spring-webflux-%EC%B1%84%ED%8C%85%EC%95%B1-%EC%84%9C%EB%B2%84-%EC%82%BD%EC%A7%88%EA%B8%B0/
- Angular + Reactive WebSocket으로 채팅앱 : https://medium.com/swlh/building-a-chat-application-with-angular-and-spring-reactive-websocket-400e0769f4ec
MSA 관련
- Cloud Eureka : https://brunch.co.kr/@springboot/451
MongoDB 관련
- 성능 문제 : https://sjh836.tistory.com/98
기타 지식들
- OracleJDK와 OpenJDK의 차이: https://jsonobject.tistory.com/395
- Java Date의 역사: https://d2.naver.com/helloworld/645609
- JPA, Hibernate, Spring Data JPA의 차이점: https://suhwan.dev/2019/02/24/jpa-vs-hibernate-vs-spring-data-jpa/