<?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: James Roberts</title>
    <description>The latest articles on DEV Community by James Roberts (@jamesroberts).</description>
    <link>https://dev.to/jamesroberts</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%2F775391%2Faa9d60df-b6e8-4532-b886-626d755d1ded.png</url>
      <title>DEV Community: James Roberts</title>
      <link>https://dev.to/jamesroberts</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jamesroberts"/>
    <language>en</language>
    <item>
      <title>FastWSGI: An ultra-fast WSGI server for Python</title>
      <dc:creator>James Roberts</dc:creator>
      <pubDate>Thu, 16 Dec 2021 09:01:57 +0000</pubDate>
      <link>https://dev.to/jamesroberts/fastwsgi-an-ultra-fast-wsgi-server-for-python-5dmi</link>
      <guid>https://dev.to/jamesroberts/fastwsgi-an-ultra-fast-wsgi-server-for-python-5dmi</guid>
      <description>&lt;h2&gt;
  
  
  FastWSGI
&lt;/h2&gt;

&lt;p&gt;I've been developing a Python extension, written in C, that provides users with an ultra-fast WSGI server that they can run their WSGI applications on (Flask, Django and other WSGI apps).&lt;/p&gt;

&lt;p&gt;I have also recently managed to get it working on multiple platforms (Linux, MacOS and Windows).&lt;/p&gt;

&lt;p&gt;If you want to significantly speed up your WSGI based applications, check it out!&lt;/p&gt;

&lt;p&gt;It is still in early development at the moment. Any feedback would be greatly appreciated!&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jamesroberts/fastwsgi"&gt;Github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/fastwsgi/"&gt;Pypi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/jamesroberts/fastwsgi/blob/main/performance_benchmarks/PERFORMANCE.md"&gt;Performance benchmarks&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>python</category>
      <category>performance</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
