Path: csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail From: David Shi Newsgroups: comp.lang.python Subject: Simple, fast responsive, secure way of creating REST services Date: Tue, 29 Mar 2016 15:49:38 +0000 (UTC) Lines: 13 Message-ID: References: <1617463095.3176960.1459266578427.JavaMail.yahoo.ref@mail.yahoo.com> Reply-To: David Shi Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de xzAxX2Yx7FCjBDqlxh6vpwNgcrrS0j/sDCFSRTZSw9Pw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.154 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.70; '*S*': 0.01; 'from:addr:yahoo.co.uk': 0.05; 'alternatives': 0.09; 'formatted': 0.09; 'python': 0.10; 'folks': 0.15; 'from:addr:davidgshi': 0.16; 'from:name:david shi': 0.16; 'ideally,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'reply-to:addr:davidgshi': 0.16; 'reply-to:name:david shi': 0.16; 'to:name:python-list@python.org': 0.20; 'simpler': 0.22; 'code.': 0.23; 'xml': 0.24; 'rest': 0.26; 'wonder': 0.27; 'least': 0.27; 'subject:Simple': 0.33; 'this?': 0.34; 'so,': 0.35; 'there': 0.36; 'to:addr:python-list': 0.36; 'doing': 0.38; 'or,': 0.38; 'data': 0.39; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'some': 0.40; 'secure': 0.60; 'share': 0.61; 'us.': 0.62; 'skip:n 10': 0.62; 'great': 0.63; 'you.': 0.64; 'forward': 0.66; 'articles': 0.67; 'regards.': 0.67; 'header:Reply-To:1': 0.67; 'hearing': 0.67; 'useful.': 0.72; 'services.': 0.72; 'insight': 0.79; 'achievement': 0.84; 'fast,': 0.84; 'literature': 0.84; 'message- id:@mail.yahoo.com': 0.84; 'subject:services': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1459266605; bh=9615xwax1/KSlMSQ1DkF2VagupJrzgI2wCIqQL46e8w=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=mUoHfNCuGHBf2c1MrRsu1mzy+R/8p0QH7FCE5fOhZqLNaySPAiR2eM5N/ptfcqjXOOflfy96UpJorREYQzQXrDS/A5GFOHKO4KNTWNo6N3TuyOMMKcrI/JGLo56WHNH6Zdsr3k7d0EgyW6flTuL8SCYTQVP5CJdpRDRlBV7WEZI7Ag2zAa4MCe7TqPkQFxoOA0EUIom3kjgjP0p9O3iBGqSuWcs62mEUtfPS5dMK1MLZwwqwRQTDUFoGhS94srZcH1YhHP8KT2M6YFFnH+rkfCipPzJuoejr35W9NHwuOZ8mZkYYpCmP8Wujh1mBSs32HdiJ5WKLYsz8kgl67iRxNw== X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 313131.75551.bm@omp1033.mail.ir2.yahoo.com X-YMail-OSG: CGKVq8AVM1nqhc3lHMtzd5zyYYHxjekDzUK6zNlO5xz33M9hyqoG3ORFyzkScWa JgDv3VHSqTP5Es4wfSrgwBHaIwYx__X_DX1Ip.TSWFVz8PW4myYzDwExA__Wkelvjg03_o4qcT_p hnfR0m_M7nb04jLQEU_8ZoBBEFpW3rfoYQ8ftGql6tVZOgA1e8bd9bgoczwMNcuVfPg.VOkA2wVs 5_kfRDFdCpKeXaafu6NYYd4.uFc7DEbZQxbaqmGbaAUtW82xFvQ5h6eFrDw2eGwrwlela5nLsEUT 6kX8E6DnsOUaaFCl5QuQ5eeY2yg0PIj9ReV32rOmX5ysZxXTmzHmjMaQsbI30ImeIszOmsCnhxW2 vakdv_4Gz5SOS9Bvp6qDn0qKV8fvJSPiekM7OPk18wXElZ0s.4Whkz0ozc9FkiS7q4fCSYNpQYwv 1trxFp25eg51G9ISeWZ7t7.tav5pQiwwVjGWsGSTh0gv6EPRCfsp7sdXvZ.xUMcZZk1lyBFobkR. dWCvJco2D X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:105991 Hello, Justin, What you said is very interesting and useful. I just wonder whether there are much simpler alternatives for fast, respons= ive, secure REST services.=C2=A0 Python at server-side.=C2=A0 It provides R= EST services.=C2=A0 Data exchange with the web--page.=C2=A0 Formatted XML o= r Json. Ideally, it uses the least code. Perhaps, some folks in this group have made great achievement for doing so,= and would like to share with us. =C2=A0 Or, any excellent literature descr= ibes this?=C2=A0 I like articles which give insight into the nitty-gritty. Looking forward to hearing from you. Regards. David