yanghun0070 / dayco

dayco project
MIT License
1 stars 0 forks source link

Posts 기능 개발 #30

Closed yanghun0070 closed 3 years ago

yanghun0070 commented 4 years ago
yanghun0070 commented 4 years ago

Reactjs Posts 목록 수정/삭제 하기위해 Dropdown Button 구성

yanghun0070 commented 4 years ago

cloudinary image api 참고문서 https://cloudinary.com/documentation/image_upload_api_reference https://cloudinary.com/documentation/upload_images#uploading_with_a_direct_call_to_the_rest_api

yanghun0070 commented 4 years ago

세션 웹소켓 참고자료 https://daddyprogrammer.org/post/4077/spring-websocket-chatting/ https://spring.io/guides/gs/messaging-stomp-websocket/ https://medium.com/@rameez.s.shaikh/build-a-chat-application-using-spring-boot-websocket-rabbitmq-2b82c142f85a

reactjs https://www.npmjs.com/package/sockjs-client https://github.com/lahsivjar/react-stomp https://stomp-js.github.io/guide/stompjs/using-stompjs-v5.html https://stomp-js.github.io/stomp-websocket/codo/extra/docs-src/Usage.md.html https://github.com/lahsivjar/spring-websocket-template/tree/master/with-sockjs

yanghun0070 commented 3 years ago

Zuul 은 web socket 을 지원하지 않으므로, 다른 해결책 필요 https://github.com/spring-cloud/spring-cloud-netflix/issues/2024

Spring Cloud Gateway 는 web socket 지원 https://github.com/spring-cloud/spring-cloud-gateway/issues/6

Zuul 에서 Spring Cloud Gateway 로 변경되었다는 자료 https://programming.vip/docs/replacing-zuul-with-spring-cloud-gateway-to-access-websocket.html

Zuul 2 에서는 지원 https://github.com/Netflix/zuul/issues/112

Zuul 2 https://github.com/Netflix/zuul/wiki/Getting-Started-2.0

Zuul 에서도 web socket 을 사용할 수 있게 기여함 참고자료 https://github.com/mthizo247/spring-cloud-netflix-zuul-websocket

yanghun0070 commented 3 years ago

h2 db 에서는 계층형 댓글을 oracle, h2 에서만 사용할 수있는 function 을 제공 https://stackoverflow.com/questions/37138119/hierarchical-queries-in-h2

mysql 을 사용할 예정이므로, 추후 계층형 댓글 구현