Jigeum
2021.08 – 2021.12Purpose
Built to remove the hassle of repeatedly asking where everyone is whenever a meetup time arrives.
Role · Tech Stack
React · Spring Boot · Redis · Docker · AWS EC2
Implementation
- Implemented the front end with responsive publishing and a React SPA.
- Built real-time chat with a Spring Boot REST API and a STOMP WebSocket.
- Managed chat history with Spring Data Redis, packaged the app in a Docker container, and deployed it to AWS EC2.
Troubleshooting
- Resolved a WebSocket connection delay between client and server caused by CORS by configuring Nginx SSL.