We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSocket을 활용해서 단일 주식 종목에 대한 정보를 가져온다. (최초 로딩은 API 호출, 이후 변경사항은 WebSocket을 통한 실시간 통신)
The text was updated successfully, but these errors were encountered:
🚚 rename: 파일 디렉터리 구조 변경#97
9b584ee
✨ feat: 소켓 데이터 전달에 사용할 DTO 구현#97
1fbafe4
✨ feat: 단일 값을 넣어 소켓 연결이 정상적으로 동작하는지 확인하는 코드 구현#97
fc93dd9
✨ feat: 현재 주식가 정보를 전달해주는 실시간 소켓 구현#97
20facee
uuuo3o
Successfully merging a pull request may close this issue.
✨ 기능 설명
WebSocket을 활용해서 단일 주식 종목에 대한 정보를 가져온다. (최초 로딩은 API 호출, 이후 변경사항은 WebSocket을 통한 실시간 통신)
✨ 스크린샷 - 필요한 경우에만 사용
✨ 기타 설명 / 질문
The text was updated successfully, but these errors were encountered: