Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 635 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 635 Bytes

Chat


A Chat Client-Server System with user registration, chat rooms and ability to send files.

Client-Server System

  • RESTful Web Service developed with Spring Boot
  • React client

Technologies used:

  • RESTful Web Services
  • WebSockets
  • Hibernate: implementation of JPA (Java Persistence Architecture)
  • React: Front-end framework
  • Axios: Javascript library used to make HTTP requests
  • SockJS and STOMP
  • H2 Database
  • HTTPS

Techniques used:

  • Token-based authentication

How to run

Run the ChatApplication class and access it using a browser using the following link: https://chat.localhost/.