Skip to content

Pode v0.9.0

Choose a tag to compare

@Badgerati Badgerati released this 11 Jan 22:22
· 3057 commits to master since this release

Initial release of Pode.

Pode is a PowerShell framework that runs HTTP/TCP listeners on a specific port, allowing you to host REST APIs, Web Pages and SMTP/TCP servers via PowerShell. It also allows you to render dynamic HTML using PSHTML files.

Features

  • Host REST APIs and Web Pages
  • Run TCP listeners
  • Host SMTP servers - great for tests and mocking
  • Use the full power of PowerShell, want a REST API for NUnit? Go for it!
  • Ability to write dynamic webpages in PowerShell using PSHTML