Real-time Chat Application
09/16/2023

I released a new simple real-time chat application made with Spring Boot, TypeScript, and React


Hi all, I released a simple real-time chat application today. You can login with OAuth 2.0 via Google, Discord, or GitHub, create group chats with your friends, and send messages. On the backend, I used Spring Boot to manage user authentication, access the database, and host the websockets. On the frontend, I used React and TypeScript, which allowed me to easily create an interactive app. Here are the links to the chat application and the source code.

Here's an image of the app: image