flancy
flancy copied to clipboard
A micro web framework for Windows PowerShell
Would be nice to just tack on an -AsJob parameter so that we can out-of-proc the Nancy host to make it easier to run subsequent New-Flancy calls.
This is done. Leaving the issue open until it is documented. With CTP 3, I was able to get a container started with a flancy server serving pages publicly. However,...
You should be able to do: get-flancy |stop-flancy even though you really never need to. Same goes for stop-flancy $flancy
Should probably figure a better way to template the C# code so that it's easier to read. Probably need to bite the bullet and just template the whole thing with...
We need some way to pass variables/objects to webschema's `script`. Ideally, `script` should be passed and executed as an actual PowerShell scriptblock, with it's SessionState and so on. This way...
Modify the AppVeyor YAML build configuration to publish Flancy to the PowerShell Gallery. Cheers, Trevor Sullivan Microsoft MVP: PowerShell http://trevorsullivan.net http://twitter.com/pcgeek86
It would be super awesome to support OData filtering\sorting\paging. There is a Nancy extension to do it but it creates LINQ queries which might not be one-to-one to PowerShell but...
Definitely the next step after this is to run it in Nano using coreclr.