-
Notifications
You must be signed in to change notification settings - Fork 33
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
More documentation and steps. #1
Comments
I updated README. Is it better now? :) |
That looks good. Will be great if there is some example for the last serialization part! |
Hello, thanks for the update on the README. I am looking for how to get this deployed on production, using, say, a Thanks |
You can use systemd or supervisord to make sure "python manage.py grpcserver --port=5100" is running. Feel free to specify any port. But you don't need uwsgi or gunicorn |
Thanks! |
Updated gRPC server to support ASYNC mode based on flag
Hi @gluk-w |
Yes, that's what we do |
Hi,
Is there way you can provide step by step guides in your README on how to create and integrate an GRPC server into Django.
The README doesn't have enough information to setup things.
The text was updated successfully, but these errors were encountered: