File tree 2 files changed +23
-3
lines changed
2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
2
+ * .swp
3
+ .DS_Store
Original file line number Diff line number Diff line change 1
- fend.js
2
- =======
1
+ # Fend.js
3
2
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 ` .
You can’t perform that action at this time.
0 commit comments