You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ Start-Polaris
26
26
27
27
There have been a great list of [other](https://github.com/StartAutomating/Pipeworks)[micro](https://github.com/toenuff/flancy)[web](https://github.com/Jaykul/NancyPS/)[frameworks](https://github.com/toenuff/PshOdata)[written](https://github.com/straightdave/presley)[over](https://github.com/cofonseca/WebListener)[the](https://github.com/DataBooster/PS-WebApi)[years](https://github.com/ChristopherGLewis/PowerShellWebServers) (Thanks @jaykul for the list!).
28
28
29
-
Polaris' differentiation is that it is cross-platform and uses the .NET HttpListener class.
29
+
Polaris' differentiation is that it is cross-platform and uses the .NET [HttpListener](https://docs.microsoft.com/en-us/dotnet/api/system.net.httplistener?view=netcore-3.1) class.
You can now try out the [example above](#example) or checkout [the site](https://PowerShell.github.io/Polaris) for more usage information!
@@ -60,18 +60,16 @@ Check out the [docs folder](https://github.com/PowerShell/Polaris/tree/master/do
60
60
61
61
## Troubleshooting / Questions
62
62
63
-
**Twitter:** #PSPolaris
64
-
**Slack:** See us in the #Polaris channel of the [PowerShell Slack](http://slack.poshcode.org/)
65
-
**GitHub Issues:** Submit a bug / new feature idea / or just a question as a new GitHub issue
63
+
-**Twitter:** #PSPolaris
64
+
-**Slack:** See us in the #Polaris channel of the [PowerShell Slack](http://slack.poshcode.org/)
65
+
-**GitHub Issues:** Submit a bug / new feature idea / or just a question as a new GitHub issue
66
66
67
67
## Roadmap
68
68
69
69
We have a few paths we are interested in taking. We hope the community helps direct us.
70
70
71
71
- Expanding on the current implementation using HttpListener to deliver features you'd expect from projects ASP.NET or Expressjs (route parameters, query parameters, middleware, auth etc)
72
-
73
72
- Investigating the use of [Kestrel](https://github.com/aspnet/KestrelHttpServer)/[ASP.NET Routing](https://github.com/aspnet/routing) instead of HttpListener
74
-
75
73
- Creating a routing domain-specific language (DSL) for isolating and running script blocks as routes. Drawing inspiration from [Pester](https://github.com/pester/Pester/).
0 commit comments