Skip to main content
Module

x/opine/examples/assigned-port/README.md

Fast, minimalist web framework for Deno ported from ExpressJS.
Go to Latest
File

assigned-port

A basic example of starting an Opine server with a port that is assigned for you.

How to run this example

Run this example using:

deno run --allow-net ./examples/assigned-port/index.ts

if have the repo cloned locally OR

deno run --allow-net https://raw.githubusercontent.com/asos-craigmorten/opine/main/examples/assigned-port/index.ts

if you don’t!