-
Notifications
You must be signed in to change notification settings - Fork 230
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
Lack of Documentation #275
Comments
Unfortunately not. If you have specific questions, I might be able to provide quick answers. |
We are creating an instant messaging app with microservice architecture and i'm just searching for tools to help us. |
Note that typically your micro-services are deployed in some data center and communicate with one another directly. Your API gateway will typically accept incoming requests from the outside world and route them to the relevant micro-service. The protocol the API gateway supports (e.g. MTProto) is unrelated to the internal protocol between microservices (e.g. HTTP for Microdot). |
Thanks for the Note. So Does any work started for Documentation yet? Because there is no sample for many features which it provide and i have no idea how should i use this framework. |
Unfortunately not. We may put more focus on this in 2020, but probably only in the second half. I'm sorry. You're welcome to fly over here and we'll give you the rundown :) |
Is there any complete Documentation to cover all features provided by framework?
The text was updated successfully, but these errors were encountered: