Build Your First Deno App with Authentication

The creator of Node.js, Ryan Dahl has authored a new framework for designing web applications. He went back and fixed some mistakes he made in hindsight, taking advantage of new technologies that were not available at the time he orig…


This content originally appeared on Scotch.io RSS Feed and was authored by Lee Brandt

The creator of Node.js, Ryan Dahl has authored a new framework for designing web applications. He went back and fixed some mistakes he made in hindsight, taking advantage of new technologies that were not available at the time he originally wrote Node. The result is Deno (pronounced DEH-no), a framework for writing "Node-like" web applications in TypeScript. Here, I will walk you through creating a basic web application with authentication.

You can find almost all the information you need at the Deno website—along with information on all the third-party libraries that are currently available for Deno. That is really the biggest drawback to the framework right now. It just hit version 1.0 on May 13th of 2020, so even though there are quite a few essential libraries, there are not nearly as many libraries as there are for Node. For those who are proficient in Node however, the transition to Deno should be pretty easy.

You can find the i


This content originally appeared on Scotch.io RSS Feed and was authored by Lee Brandt


Print Share Comment Cite Upload Translate Updates
APA

Lee Brandt | Sciencx (2020-07-06T17:03:59+00:00) Build Your First Deno App with Authentication. Retrieved from https://www.scien.cx/2020/07/06/build-your-first-deno-app-with-authentication/

MLA
" » Build Your First Deno App with Authentication." Lee Brandt | Sciencx - Monday July 6, 2020, https://www.scien.cx/2020/07/06/build-your-first-deno-app-with-authentication/
HARVARD
Lee Brandt | Sciencx Monday July 6, 2020 » Build Your First Deno App with Authentication., viewed ,<https://www.scien.cx/2020/07/06/build-your-first-deno-app-with-authentication/>
VANCOUVER
Lee Brandt | Sciencx - » Build Your First Deno App with Authentication. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2020/07/06/build-your-first-deno-app-with-authentication/
CHICAGO
" » Build Your First Deno App with Authentication." Lee Brandt | Sciencx - Accessed . https://www.scien.cx/2020/07/06/build-your-first-deno-app-with-authentication/
IEEE
" » Build Your First Deno App with Authentication." Lee Brandt | Sciencx [Online]. Available: https://www.scien.cx/2020/07/06/build-your-first-deno-app-with-authentication/. [Accessed: ]
rf:citation
» Build Your First Deno App with Authentication | Lee Brandt | Sciencx | https://www.scien.cx/2020/07/06/build-your-first-deno-app-with-authentication/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.