GithubHelp home page GithubHelp logo

prachip23 / pubsub-angular-springboot-mongodb Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 19.33 MB

Topic based Publisher Subscriber Model implemented with Angular, Springboot and Mongodb

JavaScript 82.52% TypeScript 4.42% HTML 2.78% CSS 6.13% Dockerfile 0.24% Java 3.92%
angular6 mongodb springboot pubsub publish-subscribe

pubsub-angular-springboot-mongodb's Introduction

Pub/Sub Model using Angular-Springboot-Mongodb

This is a topic based Publish/Subscribe Messaging system. In this model, any message published by the publisher to a topic, is immediately received by all the subscribers of the topic.

Getting Started

Following instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Pre-requisites:

  1. Maven - 3.x.x
  2. NodeJS - 8.x or 10.x
  3. MongoDB
  4. Angular CLI

Steps to Setup:

The application has 3 parts:

  1. Clone the application
git clone https://github.com/PrachiP23/pubsub-angular-springboot-mongodb.git
  1. Build and run the backend app using maven
cd SpringMongoDb
mvn package
java -jar target\spring-boot-rest-mongodb-0.0.1-SNAPSHOT.jar

The backend server will start at http://localhost:8080.

  1. Run the frontend Angular app using npm
cd AngularApp
npm install
npm start

Frontend server will run on http://localhost:4200.

App Demo:

  1. Subscribe to topics

  1. Publish Message
    Notify message to the subscribers of the topic.

pubsub-angular-springboot-mongodb's People

Contributors

prachip23 avatar

Stargazers

Matthias Jacobi avatar Rishabh Nanda 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.