Returning HTML/CSS efficiently #1688
rthrfrd
started this conversation in
Show and tell
Replies: 1 comment
-
You can make an example like "What's my user agent" and we can benchmark it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thank you very much for this library! I've been using it with coroutines and it's been lovely.
I didn't find a good solution with similar efficiency for producing dynamic & complex HTML pages to go along with this, so I wanted to make and share my own contribution in case anyone finds it useful. Hopefully it makes avoiding copies and getting to the first byte as easy as possible, but any critique/feedback to improve/enhance it is much appreciated!
https://github.com/rthrfrd/webxx
Thanks again,
Alex 👋
Beta Was this translation helpful? Give feedback.
All reactions