Invoking API Endpoints Without Creating a New Server in `@effect/platform`
Heyo! Using the
For context, I'll be using remix route which will forward all the requests to my defined effect server.
The docs use the following example to layout how you serve the api.
But is there a way to more or less provide the request to the api myself similar to what you're able to do with hono?
Thanks ahead of time
!
@effect/platform package, specifically for creating an api, is there a way to invoke the api endpoint without necessarily creating a new server?For context, I'll be using remix route which will forward all the requests to my defined effect server.
The docs use the following example to layout how you serve the api.
But is there a way to more or less provide the request to the api myself similar to what you're able to do with hono?
Thanks ahead of time
