Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jstrieb/quickserv-examples

Example applications to run with QuickServ
https://github.com/jstrieb/quickserv-examples

Last synced: about 2 months ago
JSON representation

Example applications to run with QuickServ

Awesome Lists containing this project

README

        

# **QuickServ Examples**

Example applications designed to be run with [QuickServ](https://github.com/jstrieb/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](https://github.com/jstrieb/quickserv-examples/archive/refs/heads/master.zip)
and unzip the folder.
1. 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.

``` bash
find . -iname makefile | xargs dirname | xargs -I {} make -C {}
```
1. [Download QuickServ](https://github.com/jstrieb/quickserv/#get-started).
1. Drag the `quickserv` executable you downloaded into the unzipped folder.
1. Double click the `quickserv` executable.
1. Go to in your browser.

# Disclaimer

These examples are not built securely. [They should not be run on the open
Internet](https://github.com/jstrieb/quickserv#disclaimer).