Skip to content

badass-techie/InfinityChat-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfinityChat

An instant messaging application built in Spring

Java Spring-MVC Spring-Boot Spring-Security STOMP websocket JPA PostgreSQL

The backend application relies mostly on REST to store or retrieve data with websockets being used for realtime functionality. The application is secured with access tokens (JSON Web Tokens) which are as short-lived as possible. Refresh tokens are used to generate new access tokens.

Here is source code for the frontend application, and a live demo.

Database Schema

Database Schema

Releases

No releases published

Packages

No packages published

Languages