Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 505 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 505 Bytes

WsChat

This is a simple chat implemented in Kotlin, using Spring Boot.
Functionality:

  • Login as a user (no authentication required)
  • Send/receive messages using WebSocket protocol
  • Search for messages with full-text search (using ElasticSearch)

Tech stack

  • Kotlin
  • Spring Boot (Data Elasticsearch, WebSocket)
  • Elasticsearch
  • Angular Framework (Front-end)

Quick start

$ docker compose up

Congratulations! Now you can use this chat if you go to http://localhost:20001