WebExpress – A Journey Through Progress, Setbacks, and Passion
Long before I started developing WebExpress, I was a passionate Windows Forms developer. During my university years, I also built websites using PHP, which gave me insight into the strengths and weaknesses of both worlds. That experience sparked a desire to combine desktop and web development, but in my own way. From a simple idea and an early prototype, the WebExpress project gradually took shape. It’s a lightweight web server written in C# that generates HTML directly from class information. You can think of the core concept as “LINQ to HTML,” designed to make web development dynamic and data-driven. First Steps and Milestones December 29, 2017 – PlanExpress begins: Drawing from my Windows Forms experience, I created a planning tool that already carried the seeds of WebExpress. March 11, 2018 – Renamed to WebExpress: The project finally received a new name and a clearer direction. March 18, 2018 – Open source on GitHub: A defining moment: I opened the project to the communit...