wingerlang
Deno Deploy - is it possible to have 2 servers running?
Maybe Im using it completely wrong, but locally when i develop I have two Deno servers running:
Backend - deno server at port 8080
Frontend - Deno / Fresh server at port 8000
My backend is mainly used as a standalone REST-API. My fronend then sends fetch-requests to the API.
The problem is this. At deno deploy, I can only point to one server. How do I come around this? Thanks in advance!
25 replies