Releases: Badgerati/Pode
Releases · Badgerati/Pode
Pode v0.9.0
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
Pre-release for testing