<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ZamaaN</title>
    <description>The latest articles on DEV Community by ZamaaN (@root_programmer).</description>
    <link>https://dev.to/root_programmer</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F312173%2F606f5f5c-0f71-4473-b431-1c50fcf4ec5d.jpg</url>
      <title>DEV Community: ZamaaN</title>
      <link>https://dev.to/root_programmer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/root_programmer"/>
    <language>en</language>
    <item>
      <title>What's the MOST popular Go web library!?</title>
      <dc:creator>ZamaaN</dc:creator>
      <pubDate>Sat, 04 Jun 2022 18:21:24 +0000</pubDate>
      <link>https://dev.to/root_programmer/whats-the-most-popular-go-web-library-hia</link>
      <guid>https://dev.to/root_programmer/whats-the-most-popular-go-web-library-hia</guid>
      <description>&lt;p&gt;Gorilla Mux.&lt;/p&gt;

&lt;p&gt;Gorilla Mux (along with Websocket) is the most popular Go web library on GitHub.They collectively have 30k+ stars and 4k+ forks!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FuvQ2Xj3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://cdn.hashnode.com/res/hashnode/image/upload/v1654366537496/8RBTe9FKL.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FuvQ2Xj3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://cdn.hashnode.com/res/hashnode/image/upload/v1654366537496/8RBTe9FKL.png" alt="image.png" width="500" height="250"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cxPpOAUy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://cdn.hashnode.com/res/hashnode/image/upload/v1654366561142/eGX4Iawjf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cxPpOAUy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://cdn.hashnode.com/res/hashnode/image/upload/v1654366561142/eGX4Iawjf.png" alt="image.png" width="500" height="250"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Even Go developers, who advocate doing almost everything in native Go, often admit that Gorilla Mux could be the exception.&lt;/p&gt;

&lt;p&gt;So should you start using Gorilla Mux too!?&lt;/p&gt;

&lt;p&gt;How does it compare with frameworks like Gin or Fiber?&lt;/p&gt;

&lt;p&gt;Here are its pros and cons --&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Lightweight (it only replaces the native HTTP router &amp;amp; URL matcher)Flexible (most likely it won't limit your design choices)Ease of use (simple &amp;amp; low learning curve)Very Go-like! (especially when compared to Fiber)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Obviously, it's not a framework, so it may not satisfy all your future needs.maybe that's it? :)&lt;/p&gt;

&lt;p&gt;Now, of course, using a framework (like Gin or Fiber) can often kickstart your project much quicker.&lt;/p&gt;

&lt;p&gt;Which technology would be the best fit depends on your exact use case and requirements.&lt;/p&gt;

&lt;p&gt;Just keep in mind --&lt;/p&gt;

&lt;p&gt;You don't have to use a full-fledged framework for every web project, even if many tend to believe so!&lt;/p&gt;

&lt;p&gt;Gorilla Mux may just be all you need!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
