Skip to content

jstrieb/quickserv-examples

Repository files navigation

QuickServ Examples

Example applications designed to be run with QuickServ.

Examples

Summary Language Windows Mac Linux
YouTube URL to GIF Shell
Create Bloom filters C
Movie list TypeScript
Brainfuck interpreter x86-64 Assembly
Mandelbrot zoom Shell
Cryptocurrency dashboard Go
PDF tools Python
Typeset Markdown as PDF Standard ML

Running the Examples

  1. Download the examples and unzip the folder.

  2. Download dependencies for the example you want to run, and compile the example if necessary. Each example has a README.md file specifying how to run the code, and what dependencies are required.

    Alternatively, run the following command (on Linux or macOS) to run make in every directory with a Makefile if you're confident you have all of the dependencies.

    find . -iname makefile | xargs dirname | xargs -I {} make -C {}
  3. Download QuickServ.

  4. Drag the quickserv executable you downloaded into the unzipped folder.

  5. Double click the quickserv executable.

  6. Go to http://localhost:42069 in your browser.

Disclaimer

These examples are not built securely. They should not be run on the open Internet.