Basic Web Server

In this lesson we'll explore a few features of Deno and run a simple web server using the standard HTTP module.

Installation

While, for this course, you’ll be running all your code within this platform, it is important to make sure your system also has Deno installed so that you can develop your own applications later on. Visit the official installation guide to install Deno on your system with an installer of your choice. To verify that you’ve installed Deno, run deno --version. At the time of writing, the current versions stand to be deno 1.1.3 v8 8.5.216 typescript 3.9.2.

Get hands-on with 1200+ tech skills courses.