<div dir="ltr">I have previously written a basic JSON interface to JSword just to prove to people it could be done. I don&#39;t know if the code still lives anywhere, but it&#39;s been done. It&#39;s extremely straightforward to do. It took me all of about a day to get it running fine.<div><br></div><div>The same could be done in Sword if you wanted to just use the Python bindings and use any of the very popular Python app frameworks. That&#39;s probably the direction I would go if you really plan for this to be a permanent and maintained thing. C++ on the web is something which really should be reserved for the very most performance sensitive things. Otherwise, avail yourself of the ease of binding C++ applications into another language like Python or PHP and allow those languages and frameworks to handle the web part of the traffic.</div><div><br></div><div>--Greg</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jun 12, 2018 at 9:59 AM Daniel Bennett &lt;<a href="mailto:danbenn@umich.edu">danbenn@umich.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi everyone,<div><br></div><div>So, I talked to Troy about making a JSON output option for C++ Sword.</div><div><br></div><div>Any thoughts? Seen previous attempts? Is this a bad idea/impossible?</div><div><br></div><div>Goal: make a private JSON rest api for a mobile app and website.</div><div><br></div><div>That could also be run offline on a mobile app, with C++ bridging to native code.</div><div><br></div><div>One option might be to make a filter.</div><div><br></div><div>Best wishes,</div><div><br></div><div>Dan</div></div>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page</blockquote></div>