-
Updated
Oct 14, 2021 - TypeScript
dev-server
Here are 58 public repositories matching this topic...
-
Updated
Sep 30, 2021 - TypeScript
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Apr 10, 2018 - TypeScript
Tried installing today (first time) and it failed.
If I had to guess I would say that it would be better fixing the version of the https://deno.land/std/http/server.ts instead of using the implicit latest version, since you can bump into API changes that can break denoliver.
➜ deno --version
deno 1.14.3 (release, x86_64-apple-darwin)
v8 9.4.146.16
typescript 4.4.2
➜-
Updated
Sep 25, 2021 - TypeScript
-
Updated
May 5, 2020 - JavaScript
-
Updated
May 7, 2019 - TypeScript
-
Updated
Jun 7, 2019 - JavaScript
Docs!
I think we're getting to a point that we should have some basic docs, most of the actual real features are already working and it would be ideal to start documenting some parts so anyone that wants to try this project has something to refer to!
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Jul 4, 2021 - TypeScript
-
Updated
Feb 5, 2021 - Go
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Apr 9, 2017 - TypeScript
-
Updated
Dec 30, 2017 - Ruby
-
Updated
Nov 19, 2016 - JavaScript
-
Updated
Jun 15, 2018 - JavaScript
-
Updated
Aug 7, 2021 - JavaScript
-
Updated
Sep 22, 2017 - JavaScript
-
Updated
Jun 29, 2017 - CoffeeScript
-
Updated
Oct 27, 2020 - Python
-
Updated
Jul 22, 2021 - Batchfile
-
Updated
Sep 10, 2021 - JavaScript
-
Updated
May 30, 2018 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Oct 2, 2021 - Go
Improve this page
Add a description, image, and links to the dev-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dev-server topic, visit your repo's landing page and select "manage topics."


Can we run the dev server over https?
I created locally signed ssl keys using
mkcert, by following this guide: https://web.dev/how-to-use-local-https/After setting up the cert and key files to my root directory, I added this to my dev server config:
I still cannot access my local ( localhost:8000 ) using