Closed
Description
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.
Metadata
Assignees
Labels
No labels
Activity