Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

****** SpringBoot WebSocket Chat Server ******

SpringBoot WebSocket Chat Server based on STOMP protocol (Publish/Subscribe) which is different from JSR-356 (Javax WebSocket). Using Slf4j Log4j2 Implementation. Provide basic security for authentication (username + password) when opening the web page.

JPA with any database can be added to store event.

Modified and Optimized from online resource...