Skip to content

Integrating v8 with GNU's Libmicrohttpd  #882

Closed
@dschere

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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