-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.xml
37 lines (37 loc) · 3.27 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>I'm Kven</title>
<atom:link href="http://imkven.github.io/feed.xml" rel="self" type="application/rss+xml"></atom:link>
<link>http://imkven.github.io</link>
<description>Be humble, keep exploring</description>
<pubDate>Mon, 05 Oct 2015 08:00:00 +0800</pubDate>
<generator>Wintersmith - https://github.com/jnordberg/wintersmith</generator>
<language>en</language>
<item>
<title>三个Node框架使用过后的心得</title>
<link>http://imkven.github.io/articles/20151005-review-for-3-node-frameworks/</link>
<pubDate>Mon, 05 Oct 2015 08:00:00 +0800</pubDate>
<guid isPermaLink="true">http://imkven.github.io/articles/20151005-review-for-3-node-frameworks/</guid>
<author></author>
<description><p>从开始写第一行Node的代码到现在,已经过了一年了。这一年里,我使用了不同的Node框架来完成我的项目。我在这里就发表些用后感和遇到的问题。</p>
<h3 id="express-js">Express.js</h3>
<p>第一份项目就是使用Express.js,那时候对它的唯一抱怨是没有像MVC的文件结构。但是,整个项目还算完成。我用Sequelize.js和MySQL沟通。整体来说,没有什么问题,Express.js教程很多,你时常遇到的问题,通常都会找到响应的组件。</p>
<h3 id="strongloop">Strongloop</h3>
<p>开始第二份项目的时候,为了解决无文件结构问题,我选择了Strongloop。开始觉得它非常酷,可以用GUI创建资料库。当你发布后,他也备有监控GUI,让你可以轻松发现你软件的问题。但是,我没有等到发布,就换了别的框架。他最大的问题是它把所有东西都放在Model里头。字面上Model的确能够代表很多东西。但是,当你Models文件夹里面有很多文件,而且每个文件都有千多行代码。老实说,维护起来,真的会死人。</p>
<h3 id="sails-js">Sails.js</h3>
<p>Sails.js是最近的项目才开始使用的框架。其实用起来和Express.js无差。它有MVC的文件结构。我对它唯一的不满是它本身备有的Waterline ORM还没有支持Transaction。这个对SQL资料库来说,其实还蛮重要的。当然,你可以找到一些Hack的方法。但是,都不是些洁净的方法。顺带说一句,我对它有点担忧,感觉上它好像停滞了很久,也没有什么更新。</p>
</description>
</item>
<item>
<title>Moved to github</title>
<link>http://imkven.github.io/articles/20150415-Moved-to-github/</link>
<pubDate>Wed, 15 Apr 2015 08:00:00 +0800</pubDate>
<guid isPermaLink="true">http://imkven.github.io/articles/20150415-Moved-to-github/</guid>
<author></author>
<description><p>很久以前,我已经有想法,把部落格搬来Github。今天做到了!
虽然还在测试,希望真的能够搬出来,Blogspot太多无谓东西了。</p>
</description>
</item>
</channel>
</rss>