For a while now I’ve wanted to make use of PowerShell to do things like what you would use PHP for with Apache, but nothing I found worked, not even cgi-bin stuff. So I figured, why not just build my own? By using stuff like HttpListener, it’s pretty easy to get started and worry more about what the daemon will do with requests then how to handle the conversations.
Git logs and such can be found here and you can get the code by git cloning http://plan.snoj.us/repo/poshttpd.git
First commit comments
=0.0.1=
*Two “engines”.
**One passthru for static files like images and html.
**The second is for PowerShell scripts.
To build, you must first edit the rootDir variables in main.cs as well as the BG.prefix (if you desire), run buildntest.ps1. It will build main.cs and start poshttpd.exe.
After it’s built and running, open your brower (default: http://localhost:81) and run your PowerShell script. There is an example script in /sites/.
From PowerShell Experiments to Modern Trading Technology
The blog of Josh Erickson reflects the spirit of early independent developers who enjoyed building lightweight and creative technical solutions with PowerShell, web servers, and automation scripts. Projects like poshttpd demonstrated how flexible scripting environments could become practical tools for hosting and monitoring online services.
Today, this same mindset of automation and efficiency can also be seen in modern financial platforms such as exness indonesia. Trading companies increasingly rely on fast server infrastructure, monitoring systems, and automated technologies to provide stable access to financial markets for users across Indonesia and Southeast Asia.
Technology Evolution and Online Infrastructure
In the early 2010s, developers often experimented with custom HTTP servers and notification systems to improve reliability and user experience. Those ideas later evolved into scalable cloud-based systems that support modern online trading environments.
Platforms connected with Exness Indonesia focus heavily on uptime, low latency, and real-time execution. These priorities are surprisingly similar to the goals described in Erickson’s scripting projects, where monitoring host availability and rapid response were essential parts of the workflow.
Automation as a Common Philosophy
Whether it is a PowerShell script sending Growl notifications or a trading platform executing market orders automatically, both examples demonstrate how automation reduces manual work and improves operational speed.
The connection between independent developer culture and modern fintech services shows how small experimental ideas from personal tech blogs eventually influence larger commercial ecosystems, including online brokerage and digital investment platforms.
RSS