Skip to content
#

embedded-server

Here are 11 public repositories matching this topic...

Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Dec 9, 2021

As a developer, I would like to virtualize existing resource trees, so that I can extend them with my own content.

Example

var tree = ResourceTree.FromDirectory("/app")
                       .Virtualize()
                       .Add("config.js", Resource.FromFile("/cfg/config.js"));

var spa = SinglePageApplication.From(tree);

Acceptance criteria

  • The func

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 Feb 11, 2022
  • 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