Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to serve inja template files #281

Closed
nikoladsp opened this issue Nov 10, 2023 · 1 comment
Closed

How to serve inja template files #281

nikoladsp opened this issue Nov 10, 2023 · 1 comment

Comments

@nikoladsp
Copy link

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

@pantor
Copy link
Owner

pantor commented Oct 5, 2024

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.

@pantor pantor closed this as completed Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants