OnSuorce / chat-app

Basic chat app written in Java with Spring web sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-app

Basic chat app written in Java with Spring web sockets

Goal

The goal of this project is to challenge myself to make a working chat application in Java using the Spring framework. There is a specific reason why i chose to make this project: i had no idea, literally, on how to do it. After reading some documentation, reddit posts and threads on stackoverflow i thought that the best way to get this sorted out was to try and make a chat application.

Roadmap

  • Implement chat rooms
  • Add database to save users, messages and chat rooms
  • Implement registration for users and creation of chat groups
  • Implement private messages
  • Implemente rest controllers and web sockets
  • Rewrite front-end with Angular

About

Basic chat app written in Java with Spring web sockets


Languages

Language:Java 89.0%Language:HTML 6.3%Language:JavaScript 4.7%