Giter Site home page Giter Site logo

communicator's Introduction

Communicator App

Simple communicator app that allow sending text messages (and other attachments in future) in real time connection and saving conversation history.

How does it works

  1. User is able to create new account protected by basic auth security (cridentials: login and password)
  2. When user is trying to log in, server generate JWT, based on user's cridentials, wchich is stored in session in client app
  3. JWT is sent in every request via http header
  4. When deserialized token is correct (Spring Security filter chain returns positive result), user is able to use server's REST API e.g. send message
  5. Sending messages process:
    1. When user fill message's editor input field and press send button, message is stored in database by http post method
    2. In same time, both participants of conversation subscribes appropriate websocket connection.
    3. For that moment, users are able to sending messages in real time, simultaneously storing history of conversation in DB

Technology stack

Backend Technologies:

  • Spring boot
  • Spring Security (Authentication and authorization)
  • Spring Data, JPA, MySQL, MySQL connector (DB implementation and connection)
  • JWT implementaion (Generating and decoding auth tokens)
  • Websocket implementation (Creating and real time connection between clients

Frontend technologies:

  • Angular
  • ReactiveX
  • Own HTML/CSS template (replaced with angular materials in the future)

communicator's People

Contributors

bulzaj 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.