Compiling typescript frontend and serving it with Deno
I'm using Typescript with Express+Socket.io for my multiplayer game's backend. I have a clientclient directory that should contain the frontend source code where I want access to the DOM api in the browser.
Is this possible? Or do i have to make a separate non-deno project that compiles its client post-compiled .js files to be served from my Deno backend?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.