add SimpleW in related projects and nugets#605
Conversation
add SimpleW in related projects and nugets
Summary of ChangesHello @stratdev3, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces 'SimpleW', a .NET Core web server library developed by stratdev3, to the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
| [EmbedIO.OWIN](https://www.nuget.org/packages/EmbedIO.OWIN/) | Unosquare | EmbedIO can use the OWIN platform in two different approach: You can use EmbedIO as OWIN server and use all OWIN framework with EmbedIO modules. | ||
| [Microsoft.AspNetCore.Server.EmbedIO](https://www.nuget.org/packages/Microsoft.AspNetCore.Server.EmbedIO/) | Dju | EmbedIO web server support for ASP.NET Core, as a drop-in replacement for Kestrel | ||
| [SambaFetcher](https://github.com/nddipiazza/SambaFetcher/) | nddipiazza | A .NET tool to connect a web server with Samba | ||
| [SimpleW](https://stratdev3.github.io/SimpleW/) | stratdev3 | A .NET Core Web Server Library, inspired by EmbedIO |
There was a problem hiding this comment.
Hi developers and maintainers of EmbedIO,
I have been using EmbedIO v2 for many years until I started developing my own web server, SimpleW, back in 2021 — initially for educational purposes. Since, I've kept adding features and achieved pretty good performance while keeping it simple and easy to use.
I recently revisited the EmbedIO project and I noticed it hasn't been updated since 2022, and users don’t seem to be receiving much support anymore.
I don't claim that my project is better — I still have a lot to learn — but I'm actively developing SimpleW and truly appreciate any feedback from users.
In many ways, I’ve been deeply inspired by EmbedIO : its lightweight architecture, elegant simplicity, and clear codebase have been a great reference for learning and experimentation. It showed me how approachable and powerful a self-hosted .NET web server could be.
So, thank you for creating and maintaining such a great project over the years — it has definitely influenced the direction and philosophy behind SimpleW.
🙏