|
|
|
|
|
by z3t4
2453 days ago
|
|
deno --allow-net https://deno.land/std/examples/echo_server.ts
This would be the same as running something with an unprivileged user: sudo -u otheruser node echo_server.js
Deno however takes it to a whole new level by running server code directly from the web =) |
|