Giter VIP home page Giter VIP logo

doodlechat's Introduction

DoodleChat


Submission for CHALLENGE.md


Running

Ensure ports 8888 (for backend) and 3000 (for frontend) aren't already in use. Else, modify docker-compose.yml accordingly to use another port.

$ git clone --depth 1 https://github.com/seanick39/doodlechat.git
$ cd doodlechat
$ docker compose up

Open http://localhost:3000 in browser.


Docker compose orchestration

Database

  • Compose service db
  • Postgres 15 image
  • Exposes port 5432 on the internal network.
  • Doesn't use volume mounts. Data will not persist after container is destroyed.

Backend

  • Compose service backend
  • Builds and runs a Spring Boot jar
  • Exposes port 8888 to host, needed by browser

Frontend

  • Compose service frontend
  • Copies the frontend/src directory, and runs npm run start.
  • Exposes port 3000 to host.

Approach

Instead of using websockets for bi-directional communication of messages, the approach of polling for new messages has been used. The API endpoint to list all messages accepts request parameter afterMessageId, where if a valid UUID of existing message is provided, all later messages will be sent as response. The frontend keeps checking after a short interval for new messages.

Screenshot

Screenshot

doodlechat's People

Contributors

seanick39 avatar petkocfc avatar dragandjurdjevic-doodle avatar vladanp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.