Skip to content

Latest commit

 

History

History

simple-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Simple Server

This is an example of a very basic Pogo application,

Based on Hello World, with the following changes:

Run the example

Make sure Deno is installed and up to date.

Remote

The fastest way to run the example is to use its URL:

deno run -A https://deno.land/x/pogo/example/simple-server/run.ts

Local

Alternatively, if you want to play around with the example, run it from a local file:

curl -fsSL https://github.com/sholladay/pogo/archive/master.tar.gz | tar -xz --strip-components=1 'pogo-master/example'
deno run -A example/simple-server/run.ts