Skip to content

Commit c0206b9

Browse files
committed
Update README
1 parent 37a8edb commit c0206b9

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
*.swp
3+
.DS_Store

README.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
fend.js
2-
=======
1+
# Fend.js
32

4-
Fend.js - A javascript MVC application kits running on the client and the server for creating web applications
3+
Fend.js - A javascript MVC application kit running on the client and the server for creating web applications.
4+
5+
This project is an experiment.
6+
7+
# Concepts
8+
- [connect](https://github.com/senchalabs/connect) + [component](https://github.com/component)
9+
- The application structure is like Ruby on Rails.
10+
- We can write simple MVC codes running on the client and the server.
11+
- We can support SEO with server side rendering.
12+
- We can use same html templates on the client and the server.
13+
- We can use same router on the client and the server.
14+
- We can support real-time rendering with data bindings.
15+
- We can distribute that javascript codes concatinated and minified.
16+
17+
# License
18+
19+
[MIT license](http://www.opensource.org/licenses/mit-license.php).
20+
21+
See the `LICENSE`.

0 commit comments

Comments
 (0)