Re: [Cppcms-users] Fascinating Tool - Can it work with a frontend framework?
Brought to you by:
artyom-beilis
|
From: Christian G. <chr...@gm...> - 2013-10-10 07:29:13
|
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 |