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

Lack of Documentation #275

Open
zeinali0 opened this issue Dec 24, 2019 · 5 comments
Open

Lack of Documentation #275

zeinali0 opened this issue Dec 24, 2019 · 5 comments

Comments

@zeinali0
Copy link

Is there any complete Documentation to cover all features provided by framework?

@daniellm
Copy link
Contributor

Unfortunately not. If you have specific questions, I might be able to provide quick answers.

@zeinali0
Copy link
Author

zeinali0 commented Dec 24, 2019

We are creating an instant messaging app with microservice architecture and i'm just searching for tools to help us.
But i couldn't find any usefull documents for microdot.
We would have an API Getway but Our client will not use http, instead they use some Protocol which name MTProto. It based on TCP or Websocket.
I don't know how much microdot can help us as we cannot use some feature like Service Discovery, Health Checker and others which they designed for http protocol

@daniellm
Copy link
Contributor

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

@zeinali0
Copy link
Author

zeinali0 commented Jan 1, 2020

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.

@daniellm
Copy link
Contributor

daniellm commented Jan 1, 2020

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 :)

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

2 participants