order to implement gRPC in a Django project?
You should read the gRPC documentation
I'm seeking libraries and meta-frameworks. Already read the docs.
There aren't any to my knowledge. You just need to install a package for python that can compile the protobuf and then you import the compiled thing in your code and use it.
There's a couple: https://github.com/itswcg/django-grpc-framework and https://github.com/gluk-w/django-grpc. I have no experience in either so don't ask me.
🤔 seems like it's even easier than I thought
Yup. I found them before, but they seem to be less used anywhere, and not being updated aggressively, so I doubt if I should use them or what
Looking at django-grpc (not the framework repo), seems to be the most active IMO. Why not try that for yourself and find out?
try what for myself? Creating a meta-framework ?
Обсуждают сегодня