Sunday, March 4, 2018

Django server and client communications

Hello, I need help with client and server communications. Web Application - Djang Server Side. The client is written in python, it's actually a KODI add-on.

They need to deal with:
 1. client authorization,
 2. communications,
 3. data transfer.

I need to send the data I receive from the client to the server.

What would I use? I was thinking about JSON (websocket) or XML. Or Django-rest-framework? Another idea?

Thank you Best regards
M.R

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/61ee09a1-ae0e-4415-9180-9702020e73ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment