Skip to content
#

embedded-server

Here are 11 public repositories matching this topic...

Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Nov 25, 2020

As a developer, I would like to pass ZIP archives to resource dependent handlers, so that I do not need to extract the archive first.

Example

var archive = Resource.FromFile("./app.zip");

var tree = ResourceTree.FromArchive(archive);

// use the archive for whatever we want to
var app = SinglePageApplication.From(tree); // Listing.From(tree), Resources.From(tree)

Host

Desktop-CGI is a desktop executable app that is created using electron, nodejs express based server that serves - CGI files, embedded webserver served CGI apps (PHP, Ruby, Python, Perl, JSP, ASPX, Other Interpreted Languages), or remote proxy webserver apps (any)

  • Updated Nov 25, 2020
  • C

Improve this page

Add a description, image, and links to the embedded-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the embedded-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.