kaustavb79 / ichat

A real-time chat application with Spring Boot and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ichat

A real-time chat application with Spring Boot and Angular

Prerequisites

- Java 8
- Maven
- NodeJS
- Angular CLI

Functional summary

- The backend part is a Spring Boot application which exposes Rest API for login / logout feature. It does not use Spring security for authentication. 
The login feature is only registering the user in the database (In memory database). 
The backend enables STOMP messaging over Websocket to allow two-way communication between the backend and frontend.

- The frontend part is an Angular application which has a simple login page where the user can connect to the chat room. 
The chat room displays the list of connected users and once the user clicks on a user in the list, they can start to send / receive messages between each other in real time.

About

A real-time chat application with Spring Boot and Angular


Languages

Language:TypeScript 50.5%Language:Java 34.8%Language:HTML 7.6%Language:JavaScript 3.3%Language:SCSS 2.3%Language:CSS 1.6%