EngineersRookieLab / realtime-stock-chart

https://realtime-stock-chart.vercel.app/
1 stars 1 forks source link

프론트 관점 실시간 데이터 처리 방법 조사 #3

Closed yuiseo closed 3 weeks ago

yuiseo commented 3 weeks ago

📝 조사할 주제

Next.js와 Spring Boot 환경에서 실시간 데이터 처리 방법론

🎯 조사 목적

다운로드 진행상황, 분석 진행상황 등 실시간 정보를 수집하고 이를 최적화된 방식으로 프론트엔드에 표시할 수 있는 방안을 모색하기 위해


📚 핵심 내용

1. WebSocket (Socket.IO 또는 기본 WebSocket API)


2. Server-Sent Events (SSE)


3. gRPC 스트리밍


4. GraphQL Subscriptions (Apollo)


GPT 추천 방법

백엔드 연관 이슈

https://github.com/EngineersRookieLab/realtime-spring-boot/issues/1

yuiseo commented 3 weeks ago

Reference

https://velog.io/@mjieun/ReactNext.js-SSE를-활용한-실시간-알림-구현-슬라이딩-애니메이션-CSS https://velog.io/@oluzr/Next.js14-SSE를-통한-알림-구현 https://velog.io/@exceed96/Front-웹소켓WebSockt-실시간-채팅-구현하기NextJS-Express-3 https://blog.naver.com/kf80s/220652183110 https://chatgpt.com/share/6729c7d3-3ad0-8008-9d6e-fcfcb9f9cf1c

github reference

https://github.com/god-kao-talk https://github.com/topics/sockjs