I think the following link illustrates the type of app that could provide Julia web support through C++ if one can manage the Cxx side:
http://stefanfrings.de/qtwebapp/index-en.html Having looked at the files, however, I think calling a stable and well-developed QtWebApp through Cxx would be a sort of "advanced" project. . . But it is definitely doable. On Thursday, December 25, 2014 7:16:16 PM UTC+1, Stefan Karpinski wrote: > > Right, that's a good point – Cxx is pretty bleeding edge too; it certainly > works, but it's far from smooth yet. Fixing issues you encounter with the > Julia web stack is likely to be far easier than fixing issues with Cxx, > which does a lot of crazy compiler voodoo. > > On Thu, Dec 25, 2014 at 11:18 AM, Max Suster <[email protected] > <javascript:>> wrote: > >> Definitely doable if you can/know how to call all the C++ objects and >> callback functions from Qt or similar interface. But personally I dont >> think it is a "beginner" project because there are likely many fixes needed >> along the way... > > >
