https://github.com/jstrieb/quickserv-examples
Example applications to run with QuickServ
https://github.com/jstrieb/quickserv-examples
Last synced: 22 days ago
JSON representation
Example applications to run with QuickServ
- Host: GitHub
- URL: https://github.com/jstrieb/quickserv-examples
- Owner: jstrieb
- Created: 2021-09-27T02:19:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T00:33:26.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:39:12.614Z (6 months ago)
- Language: C
- Homepage: https://github.com/jstrieb/quickserv
- Size: 56.6 KB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-by-example - Quickserv Examples: Example applications to run with QuickServ
README
# **QuickServ Examples**
Example applications designed to be run with [QuickServ](https://github.com/jstrieb/quickserv).
# Examples
Summary
Language
Windows
Mac
LinuxYouTube URL to GIF
Shell✗✓✓✓✓✓Movie list
TypeScript✓✓✓Brainfuck interpreter
x86-64 Assembly✗✗✓Mandelbrot zoom
Shell✓✓✓
✓✓✓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).