Skip to content

Releases: Badgerati/Pode

Pode v0.9.0

11 Jan 22:22
Compare
Choose a tag to compare

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

Pode v0.1.0

11 Jan 21:53
Compare
Choose a tag to compare
Pode v0.1.0 Pre-release
Pre-release

Pre-release for testing