-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Integrating v8 with GNU's Libmicrohttpd #882
Comments
This suggestion is too far out the current operation parameters of the iojs project. Please take it to a mailing list or stack overflow. |
This was referenced Jul 8, 2021
This was referenced Sep 15, 2021
This was referenced Sep 23, 2021
This was referenced Dec 21, 2021
This was referenced Jan 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm curious if anyone has thought of just embedding v8 inside the HTTP request handler of an existing high performance web server. I was looking at libmicrohttpd which is a embeddable web server written in C which threads each incoming request. This would allow for safe synchronous (blocking) calls of functions within javascript since each request would be handled by a separate instance of the javascript interpreter.
The text was updated successfully, but these errors were encountered: