<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>webapi on 大鱼的鱼塘</title>
    <link>https://brucedone.com/tags/webapi/</link>
    <description>Recent content in webapi on 大鱼的鱼塘</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-Hans</language>
    <lastBuildDate>Thu, 18 Jul 2019 03:25:35 +0000</lastBuildDate><atom:link href="https://brucedone.com/tags/webapi/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>[后端] python下的web framework大比拼</title>
      <link>https://brucedone.com/archives/1477/</link>
      <pubDate>Thu, 18 Jul 2019 03:25:35 +0000</pubDate>
      
      <guid>https://brucedone.com/archives/1477/</guid>
      <description>目录 背景 简介 测试 结论 背景 一直以来，python的web框架给别人的感觉就是: 一个能打的都没有。社区也在不断的努力,特别在 asyncio 爆发之后，出现了一些新的异步框架，比如sanic,比如vibora,相比传统的flask, django，这些新的框架相对成熟了很多，而且在性能上已经有长足的进</description>
    </item>
    
    <item>
      <title>[Nancy On .Net Core] 轻量级的web框架</title>
      <link>https://brucedone.com/archives/843/</link>
      <pubDate>Fri, 30 Sep 2016 10:09:55 +0000</pubDate>
      
      <guid>https://brucedone.com/archives/843/</guid>
      <description>.net core现在已经有了大的发展，虽然笔者现在已经从事python开发，但是一直在关注.net的发展，在逛博客园的时候，发现有大家都会提到Nancy这个框架，在简单的使用之后，发现竟然是如此的简单而优雅 public class SampleModule : Nancy.NancyModule { public SampleModule() { Get[&amp;#34;/&amp;#34;] = _ =&amp;gt; &amp;#34;Hello World!&amp;#34;; } } 代码已经上传到git上，包含源代码和docke</description>
    </item>
    
  </channel>
</rss>
