|
|
|
|
|
by silviot
1206 days ago
|
|
Deno is an alternative to node and npm. You can have a Deno http server serving content to a browser. But the browser won't care how the server runs, as long as it can speak HTTP. You can also use Deno to run your bundling tools, but again, what happens in Deno stays in Deno and does not reach the browser. |
|