opaka
opaka
Any immediate plans or thoughts on implementation of a client for cinatra in order to have/build a peer to peer network based on cinatra that can have higher level (blockchain)...
Anyone with the cinatra docker file? Or implementation ideas for an api build with the framework for cloud deploying?
Https
I'm working on an API with cinatra and it has basic http verbs. Now my query is, if I set it up as a docker image, uploaded it to the...
Render
Why do I get a read access violation error when implementing render. This is the code. server.set_http_handler("/data", [](const request& req, response& res) { res.set_attr("person",inja::json{{"name","xmh"},{"age",30}}); res.render_view("./data.html"); }); I replaced ninja with...
So, I have bootstrap templates written in css,html, and some jquery and js. Is it possible to use them instead and just edit some simple html code, and provide the...
Someone please provide example cinatra code on how to use ssl. I already dow loaded the ssl files.
Please show how one would inplememt a simple function that adds numbers and prints the answer via html page
 Line 123 of render.h gives me a read access violation error with the above code. Coz render::object::holder returns null ptr.