Skip to content

programacionparaaprender/deno

Repository files navigation

deno

https://deno.land/

choco install deno

https://deno.land/std/examples/welcome.ts

deno close() deno run https://deno.land/std/examples/welcome.ts

en git bash curl https://deno.land/std/examples/welcome.ts

deno run --allow-read --allow-net https://deno.land/std/http/file_server.ts

deno install --allow-read --allow-net https://deno.land/std/http/file_server.ts

✅ Successfully installed file_server C:\Users\Bus209.deno\bin\file_server.cmd ℹ️ Add C:\Users\Bus209.deno\bin to PATH set PATH=%PATH%;C:\Users\Bus209.deno\bin

cd C:\Users\Bus209.deno\bin file_server

deno.land/std/datetime/mod.ts

deno run --allow-write createFile.ts

copiar archivo

deno run --allow-read readFile.ts

https://deno.land/std/http

dirección del curso https://www.udemy.com/course/rhxjskxo/

deno run --allow-net simpleServer.ts

deno run --allow-net server.ts


conectar deno con mysql

https://deno.land/x/sql

pendiente conectarlo con sql server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published