Skip to content

leartgjoni/spring-chat-api

Repository files navigation

CI/CD codecov

spring-chat-api

Chat built in Java Spring using Websockets and Redis Pub/Sub

  • The redis pub/sub system enables the api to scale horizontally.

    • make init-db to start redis server locally
  • The CI is on github-actions. Check ./github/workflows/main.yml

  • The frontend. is built in React

  • This project is a Java adaptation of the original project written in Go

Demo