Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.54 KB

File metadata and controls

39 lines (29 loc) · 1.54 KB

확장성을 가진 채팅 서버 구축


🛠Server Architecture

Server Architecture


🚗Tech Stacks

🗄️Back-endLanguageJava 11
FrameworkSpring Boot 2.7.3
ORMSpring Data JPA
MessagingWebSocket, Kafka
API DocumentationSwagger
DatabaseMySQL
TestJUnit5, Mockito
🤝CollaborationAPI TestPostman
CommunicationNotion, Gather
Version ControlGit, Github
☁️AWS Cloud ServiceEC2, S3, CodeDeploy, RDS, ELB

🌱ERD

ERD


💻Server Deployment Environment

서버 배포


📨Messaging Process

  • 예) 사용자 A가 1번 방에 입장하여 메시지를 전송하는 경우

메시지 전달 과정