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

More documentation and steps. #1

Open
rchinna opened this issue Apr 14, 2019 · 7 comments
Open

More documentation and steps. #1

rchinna opened this issue Apr 14, 2019 · 7 comments

Comments

@rchinna
Copy link

rchinna commented Apr 14, 2019

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.

@gluk-w
Copy link
Owner

gluk-w commented Apr 15, 2019

I updated README. Is it better now? :)

@rgrm
Copy link

rgrm commented Apr 17, 2019

That looks good. Will be great if there is some example for the last serialization part!

@chmod77
Copy link

chmod77 commented Dec 9, 2020

Hello, thanks for the update on the README.

I am looking for how to get this deployed on production, using, say, a gunicorn daemon on systemd.

Thanks

@gluk-w
Copy link
Owner

gluk-w commented Dec 9, 2020

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

@chmod77
Copy link

chmod77 commented Dec 10, 2020

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!

gluk-w pushed a commit that referenced this issue Jul 31, 2022
Updated gRPC server to support ASYNC mode based on flag
@budibong
Copy link

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

Hi @gluk-w
For production, can we run the grpc server using this way ?

@gluk-w
Copy link
Owner

gluk-w commented Jul 31, 2022

Yes, that's what we do

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

5 participants