Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 635 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 635 Bytes

Chat-app

Description

  • Simple chatapp built with websocket protocol
  • The dev haven't touch grass for several weeks

Features:

  • Enhanced connection with TLS v1.2
  • Enhanced security with Hashing and Encryption
  • Realtime chat with websocket implementation

Requirement (currently):

  • IntelliJ IDEA Ultimate
  • Docker

How to use

  • Run docker-compose up to initiate tables
  • Solve all Maven dependencies
  • Run the application
  • Go to https://localhost:8080 to start using the app

Upcoming works:

  • Dockerizing the app to run in just 1 command
  • Implementing some cryptography method ? Maybe trying some blockchain xD