Package Exports
- @remix-run/server-runtime
- @remix-run/server-runtime/dist/cookies
- @remix-run/server-runtime/dist/cookies.js
- @remix-run/server-runtime/dist/esm/index.js
- @remix-run/server-runtime/dist/index.js
- @remix-run/server-runtime/dist/mode.js
- @remix-run/server-runtime/dist/responses
- @remix-run/server-runtime/dist/responses.js
- @remix-run/server-runtime/dist/routes
- @remix-run/server-runtime/dist/routes.js
- @remix-run/server-runtime/dist/sessions
- @remix-run/server-runtime/dist/sessions.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@remix-run/server-runtime) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@remix-run/server-runtime
Remix supports multiple server runtimes:
- Node
- Cloudflare
- Deno (Experimental 🧪)
Support for each runtime is provided by a corresponding Remix package:
This package defines a "Remix server runtime interface" that each runtime package must conform to.
Each Remix server runtime package MUST:
- Implement and export values for each type in
interface.ts
- Re-export types in
reexport.ts
Each Remix server runtime package MAY:
- Re-export the default implementations as its implementations
- Export custom implementations adhering to the interface types
- Provide additional exports relevant for that runtime