Skip to content

C0d3N1nJ4/chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chat-application

This is a simple Kotlin chat application that uses websockets to send messages between clients. The application is built using Spring Boot and Thymeleaf.

Database

The application uses an in-memory H2 database. The database is initialized with some data when the application starts. Configuration properties can be found in the application.properties file.

Websockets

The application uses websockets to send messages between clients.

Security

The application uses Spring Security to secure the api endpoints. Users need to be authenticated to access the chat.

Running the application

To run the application, you can use the following command:

./gradlew bootRun

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors