Example applications designed to be run with QuickServ.
| 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 | ✓ |
✓ |
✓ |
-
Download the examples and unzip the folder.
-
Download dependencies for the example you want to run, and compile the example if necessary. Each example has a
README.mdfile specifying how to run the code, and what dependencies are required.Alternatively, run the following command (on Linux or macOS) to run
makein every directory with aMakefileif you're confident you have all of the dependencies.find . -iname makefile | xargs dirname | xargs -I {} make -C {}
-
Drag the
quickservexecutable you downloaded into the unzipped folder. -
Double click the
quickservexecutable. -
Go to http://localhost:42069 in your browser.
These examples are not built securely. They should not be run on the open Internet.