On 02/04/2015, at 2:35 PM, Matthew Toye <[email protected]> wrote:
> Hey all! I will start off by saying thank you in advance for any and all help > you are willing to give. A little background. I am new into python, but have > high experience levels in Javascript and mid level experience in C, C++, PHP > and html. > > So for my goal. I currently have an application that works off of > sending/receiving JSON info with copydata with multiple gaming client > windows. I would like to be able to send and receive info from the > application from within a web application. the python/apache server is being > hosted locally. I have mod_wsgi installed. I have searched non stop only to > find half written code that i just can't get to work. Any help is > appreciated.. Thank you so much. As you mention WM_Copydata, presuming you are talking about Windows. FWIW, using Windows as a platform for deploying a Python web application is a poor choice. As to assistance in writing an application, you would be better off going and learning about a minimalist Python web framework/toolkit such as Flask. Learn how to use that first. Once you understand the basics, most of the hard stuff is done for you. So make the choice of the framework and learn about it. Then when you have questions use the mailing list, group or IRC channel for that specific framework to get help. Generally the mod_wsgi list isn't for getting help about actual web application programming, but deployment issues around use of mod_wsgi. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
