uNetworking / uWebSockets.js

μWebSockets for Node.js back-ends :metal:
Apache License 2.0
7.86k stars 569 forks source link

How to use ejs with uWebSockets.js? #516

Closed Doumor closed 3 years ago

Doumor commented 3 years ago

https://ejs.co/

I need to add data to the HTML files I send. How do I do this with ejs in uWebSockets.js?

hst-m commented 3 years ago

the same way you do it in node.js, why are you opening issue for this, ejs is a basic string template library

Doumor commented 3 years ago

the same way you do it in node.js, why are you opening issue for this, ejs is a basic string template library

Okay, thank you!