You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
a question: what would be the best way to server inja template files - using FastCGI maybe? I am also interest in how to integrate JWT and DB connections - I am considering using inja for a web shop app and researching possibilities. Currently I am between inja and WebToolkit.
Kindest regards
The text was updated successfully, but these errors were encountered:
Hi. Good question - this is probably a bit outside of my knowledge. I've worked with some C++ servers in the past, e.g. using uWebSockets or boost beast, but inja is very agnostic to the server framework. So, as inja is just a string template library, it will work with all other library stacks.
Hi,
a question: what would be the best way to server inja template files - using FastCGI maybe? I am also interest in how to integrate JWT and DB connections - I am considering using inja for a web shop app and researching possibilities. Currently I am between inja and WebToolkit.
Kindest regards
The text was updated successfully, but these errors were encountered: