Skip to content

Add a way to handle requests in workers #7

Description

@justinfagnani

Handling requests in workers can be good for performance and security. Workers get their own thread for parallelism and fresh globals which can help limit the damage of mistakes cause by running single-user assuming browser code on the server for SSR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions