<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: prodbro</title><link>https://news.ycombinator.com/user?id=prodbro</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 09:59:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=prodbro" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by prodbro in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>I'm still working on my Web Server Library .NET Core, the rewrite is almost finished (beta version)<p><a href="https://simplew.net/" rel="nofollow">https://simplew.net/</a></p>
]]></description><pubDate>Mon, 09 Feb 2026 22:07:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46952198</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=46952198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46952198</guid></item><item><title><![CDATA[New comment by prodbro in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>I'm still working on my Web Server Library .NET Core<p>I'm rewriting from scratch : <a href="https://simplew.net/v26/" rel="nofollow">https://simplew.net/v26/</a></p>
]]></description><pubDate>Mon, 12 Jan 2026 01:42:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46582792</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=46582792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46582792</guid></item><item><title><![CDATA[New comment by prodbro in "Ask HN: What Are You Working On? (December 2025)"]]></title><description><![CDATA[
<p>I'm still working on my Web Server Library 
.NET Core <a href="https://stratdev3.github.io/SimpleW/" rel="nofollow">https://stratdev3.github.io/SimpleW/</a><p>I'm rewriting from scratch : <a href="https://github.com/stratdev3/SimpleW/releases/tag/REWRITE" rel="nofollow">https://github.com/stratdev3/SimpleW/releases/tag/REWRITE</a></p>
]]></description><pubDate>Mon, 15 Dec 2025 10:08:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46272493</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=46272493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46272493</guid></item><item><title><![CDATA[New comment by prodbro in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>I'm working on my side project on my free time, a web server library .NET Core
 <a href="https://stratdev3.github.io/SimpleW/" rel="nofollow">https://stratdev3.github.io/SimpleW/</a></p>
]]></description><pubDate>Mon, 13 Oct 2025 21:58:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45573787</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=45573787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45573787</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>VitePress saved my day.<p>The default template is great and everything in VitePress has been thinking to create documentation. Very nice project.</p>
]]></description><pubDate>Tue, 05 Aug 2025 19:20:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44802934</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44802934</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44802934</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>> There's also Fast Endpoints[1]<p>thank for the pointer !<p>The syntax seems cool and comprehensive, i like it.<p>I made some test and like its name, it is very fast : performances are closed to SimpleW, just a little bellow. But its memory footprint is the half, so i'm impressed. I will check the code, sure there are interesting things into.</p>
]]></description><pubDate>Tue, 05 Aug 2025 19:10:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44802794</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44802794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44802794</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>> There are probably some optimizations to improve the Kestrel<p>You're right.<p>To be fair, i have to run many other benchmarks including one with the best recommanded optimizations for each projects.<p>a little time consuming but definetely on my todo list.</p>
]]></description><pubDate>Tue, 05 Aug 2025 18:07:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44801877</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44801877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44801877</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>> those opinions most sense for VAST majority of their users<p>I have a much more nuanced view.<p>I think that ASP.Net is the de facto standard for being backed by Microsoft since many years. From the gold time when ASP means IIS to now when Kestrel was cannibalized by Microsoft.<p>As a developer, working with the most widely used stack guarantees that these choices won’t be questioned in critical situations. I’m not saying Kestrel is bad, but it doesn’t automatically fit every scenario.<p>- 15 years ago, there were Apache or IIS.<p>- Then nginx changes the game and kicks their ass<p>- Then webserver starts being written into script langage for better integration (Ruby, Python), no more CGI and nginx as reverse<p>- Then node changes the game<p>- Now : caddy and other alternatives... but still not web server in PHP (troll inside)<p>I see a pattern to not believe aspnetcore is the only one and the best.</p>
]]></description><pubDate>Tue, 05 Aug 2025 17:43:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=44801484</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44801484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44801484</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>> I hate when someone's software advertises itself as 'blazingly fast' and then provides NO DATA to back up the claim<p>agree, that's why there is a performance benchmark at <a href="https://stratdev3.github.io/SimpleW/guide/performances.html" rel="nofollow">https://stratdev3.github.io/SimpleW/guide/performances.html</a> with code as you can reproduce at your own.<p>i'm adding other tests, more complete than the hello world one.</p>
]]></description><pubDate>Tue, 05 Aug 2025 17:23:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44801116</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44801116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44801116</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>> Does this mean a developer doesn't have to install nginx or iis ?<p>author here.<p>You don't have to keep it behind a reverse proxy like nginx.<p>But you can, especially if you have multiple APIs and you want to keep thing separated for security reason.<p>Example :<p>nginx:443 (reverse proxy, domain name routing)<p>|<p>|-> website1:8081 - docker container with SimpleW<p>|-> website2:8082 - docker container with SimpleW<p>|<p>...</p>
]]></description><pubDate>Tue, 05 Aug 2025 15:13:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44799072</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44799072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44799072</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>> ASP.NET Core is one of the best web frameworks<p>I don't think so.<p>The fact is there are very few dotnet web servers. ASP.NET Core is supported by the owner of the dotnet langage who is also the M of the GAFAM.<p>There is some place in the ecosystem for other alternatives</p>
]]></description><pubDate>Tue, 05 Aug 2025 15:03:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44798919</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44798919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44798919</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>> The library's tagline says "Powerfully Simple. Blazingly Fast."<p>> Joking aside<p>author here.<p>I agree with your remark ^^<p>Each time i read some news about a new framework with tag "blazingly fast", i'm thinking "lol".<p>So i had to resist to the temptation... And finaly when doing a small benchmark, performances were not bad at all (<a href="https://stratdev3.github.io/SimpleW/guide/performances.html" rel="nofollow">https://stratdev3.github.io/SimpleW/guide/performances.html</a>) and i let the "clickbait" title.<p>My targets are small to medium traffic and embeded devices (dotnet/android).</p>
]]></description><pubDate>Tue, 05 Aug 2025 14:57:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44798836</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44798836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44798836</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>author here.<p>that's the reason why i start the project. I had time and wanted something simple as my needs.</p>
]]></description><pubDate>Tue, 05 Aug 2025 14:46:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44798681</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44798681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44798681</guid></item><item><title><![CDATA[New comment by prodbro in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>author here.<p>I wanted to start with something small where I could read or write the code in a reasonable amount of time.<p>My usage was, and still is, for low traffic. I don't intend to replace the Kestrel beast.<p>Just a framework you can quickly understand without being lost in documentation once you want to custom a part.</p>
]]></description><pubDate>Tue, 05 Aug 2025 14:45:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44798655</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44798655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44798655</guid></item><item><title><![CDATA[SimpleW – Web Server Library .NET Core]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/stratdev3/SimpleW">https://github.com/stratdev3/SimpleW</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44797834">https://news.ycombinator.com/item?id=44797834</a></p>
<p>Points: 59</p>
<p># Comments: 79</p>
]]></description><pubDate>Tue, 05 Aug 2025 13:39:57 +0000</pubDate><link>https://github.com/stratdev3/SimpleW</link><dc:creator>prodbro</dc:creator><comments>https://news.ycombinator.com/item?id=44797834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44797834</guid></item></channel></rss>