Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make this into a microservices-based web application #4

Open
SomeMoosery opened this issue Mar 12, 2020 · 0 comments
Open

Make this into a microservices-based web application #4

SomeMoosery opened this issue Mar 12, 2020 · 0 comments

Comments

@SomeMoosery
Copy link
Owner

I figured while I'm doing so much prep and learning with all of this and aim to be continuously growing and evolving my skillset, why not translate this repository itself into some form of interactive website built on a microservices architecture.

The frontend could be a basic react app with routes to different UIs for different services.

For example:

  • One page (http://website.com/leetcode) would be a dynamically-created list of all of the Leetcode problems I've solved so far. Click on one, and it'll run a Spring Boot microservice that compiles and runs the actual Java code, and then the output is displayed on the screen.
  • Another page (http://website.com/basic-todo) would link to the basic React-Go-Mongo application I made.
  • If I end up having a bunch of different, say, NATS-based example apps, I could have a universal NATS proxy/gateway service that would take in all of these endpoints and then route them to the correct endpoints, instead of a separate proxy/gateway for each example app.

While it might be a little bit overkill to use microservices, I think it would be a good way to put all of my learnings into practice, and would be a pretty interesting and unique project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant