Hacker News new | ask | show | jobs
by die_fault_user 2673 days ago
Very interesting - could this be used with another back end other than .net?
1 comments

Currently the only implementation available is for .Net through the ElectronCgi.DotNet nuget package, but there's no reason for this not to work with other languages/runtimes (it relies on stdin/stdout that is available in all processes).

Did you have a particular language/runtime in mind?