Skip to content

abhisekmohantychinua/spring-boot-websocket-chat-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot chat application

This application has been implemented by without using STOMP using simple Spring Boot WebSocket API without harming the client flow of application.

  • Each implementation / improvements are clearly mentioned in commit message in details.
  • The goal of this app is to achieve the stuff without diving into lot more complexity and layered sub-protocols.
  • This implementation does not require library like AJAX, STOMP.
  • I have tried to achieve the greater result with the minimum changes in initial code.

Hope author will accept my work 🫡.

About

Chat application using Spring boot and websocket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 33.3%
  • CSS 31.4%
  • JavaScript 24.5%
  • HTML 10.8%