Skip to content

asimthapa/xoxa-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xoxa - Zulu for chat

This is a simple websocket based chat app. The goal was to build a simple chat app and learn about websocket along the way.

Screenshots

Home page

Home Page

Chat page 1

Home Page

Chat page 2

Home Page

Tech Used

  • Spring boot
  • MongoDB
  • React JS
  • WebSocket
  • STOMP messaging protocol
  • Memory based message broker

Steps to run the app

Run npm install

Installs the dependencies

Run npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Run ./mvnw spring-boot:run in xoxa-backend

Runs the backend application

ISSUES

  • Messages are not being saved to database when being sent from the React UI. But if the messages are sent from src/main/resources/static/app.js (in the backend), the messages are saved.

  • Some components reload with every state change. Can be fixed by making seperate components and keeping states and components that states influence closer and enclosed.

About

Frontend for xoxa (Zulu for chat)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published