Re: [Cppcms-users] Fascinating Tool - Can it work with a frontend framework?
Brought to you by:
artyom-beilis
|
From: Stanimir M. <sta...@zo...> - 2013-10-10 08:46:13
|
We are also using cppcms with Google Closure Tools https://developers.google.com/closure/ via RESTful services. That is just AJAX calls to cppcms application. It works just fine. Stanimir On Thu, Oct 10, 2013 at 10:28 AM, Christian Gmeiner <chr...@gm...> wrote: > HI Joe > >> >> Hello everyone. I see that this framework is probably one of the most >> powerful hidden gems on the web and I don't see as much activity using it >> as >> with other frameworks. I'd like to change that. >> >> I would like to know if cppcms can integrate well with a frontend >> framework >> like Twitter Bootstrap? I'd like to take the power of a C++ backend >> framework and combine it with the beauty of a frontend framework like >> Twitter bootstrap. >> > > This is possible as all the html/css/js stuff can be put into a template - > see > http://cppcms.com/wikipp/en/page/cppcms_1x_tut_hello_templates > I am using cppcms in combination with knockout.js and jquery - a wonderful > combination :) > > At the moment there is no bi-directional communication technique like > websockets > supported but you could archive the same with JSON-RPC and ServerSentEvent > (SSE). > > greets > -- > Christian Gmeiner, MS > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |