noryev / Leto.gg

Client-Side user interface for the anon metrics IPFS engine: Leto
https://leto.gg
2 stars 1 forks source link

Separate node API code and the page endpoint code #1

Closed noryev closed 1 year ago

noryev commented 1 year ago

Figure out a better way to separate the node API code and the page endpoint.

This repos already getting convaluded with node dependencies and we need to be careful about how our code sits for better automated processes when doing things like pushing to servers, making sense of the repo, ect...

noryev commented 1 year ago

An example of microservices architecture on GitHub would be the "microservices-demo" repository, which contains a set of simple microservices written in different languages (such as Java, Python, and Go) that demonstrate how to use different technologies to build and deploy a microservices-based application.

noryev commented 1 year ago

moved everything to make more sense. Have an outline illustrating where the pieces of Leto are in terms of its stack. The Gateway is definitely at the bottom- endpoints and apis on top