Tuesday, August 18, 2015

Re: Web Client

There is no such thing as a Django web client. Are you talking about building a client application that communicates with another back end that already exists (or that you are implementing in parallel)? Django is a framework designed to facilitate an application acting as a back end, providing services via HTTP requests from other clients, usually web browsers. If you are thinking of implementing a Java or WP core as the back end, I would suggest you look at Django for that role instead.

If you have questions about the capabilities of the framework, I recommend you spend some time completing the tutorial and reading through the documentation so that you can determine whether or not Django will fit your needs.


On Tue, Aug 18, 2015 at 11:19 AM, <ltc.hotspot@gmail.com> wrote:
Hi Everyone:

I want to develop a Django web client and either a Java API (JSON) or Word Press WP Core on the backend server.

Is this project feasible, and if so what are this Group's recommendations?


Regards,
Hal

Sent from Surface

--
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/55d3788b.2491420a.9e40.25ff%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.

--
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Be%2BciUi%2BiSfnc_bDaOAADaN%2B%2Bj7Li76OK4szv93jjSit026bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment