Skip to content

Integrating v8 with GNU's Libmicrohttpd  #882

Closed
@dschere

Description

@dschere

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions