Host Direction #14

Closed
opened 2023-04-08 06:23:39 -04:00 by SethTrowbridge · 2 comments

Rather than configuring a eno app repo to run in deno deploy,
what if a standard eno app was configured on deno deploy and you could point it at hosted app code with an environment variable?

Rather than configuring a eno app repo to run in deno deploy, what if a standard eno app was configured on deno deploy and you could point it at hosted app code with an environment variable?
Author
Owner

Triggering a cache update can be done with a request, media files could pose a bandwidth problem because they have to go from the app host, to deno deploy, and then to the client; should be streamed out or redirected at least.

Triggering a cache update can be done with a request, media files could pose a bandwidth problem because they have to go from the app host, to deno deploy, and then to the client; should be streamed out or redirected at least.
Author
Owner

This is not possible:

  • Ordinarily, server.tsx is run with the client/app's deno.json
  • You cannot run the app with server.tsx's deno.json because it will be missing user-supplied fields making the app error when running server-side
This is not possible: - Ordinarily, server.tsx is run with the client/app's deno.json - You cannot run the app with server.tsx's deno.json because it will be missing user-supplied fields making the app error when running server-side
SethTrowbridge added this to the Eno Isomorphic Development project 2023-04-08 13:07:51 -04:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SethTrowbridge/eno#14
No description provided.