0

I'm intending to use rpc in my django project.And I found zerorpc is a beautiful lib for rpc.So I want to intrgration django with zerorpc. What is the best practice? And how to start the zerorpc server in production?Thanks!

wsf1990
  • 195
  • 2
  • 12
  • Make sure you are running Django with Gevent and you understand the implication of using Gevent, because zerorpc requires it. – bombela Sep 11 '19 at 21:48
  • Thanks for your advise.I had learned Gevent just now.So can you give me some advise about how to integration this two? – wsf1990 Sep 11 '19 at 23:51
  • https://stackoverflow.com/questions/10964571/how-to-combine-django-plus-gevent-the-basics – bombela Aug 05 '20 at 23:19

0 Answers0