Frapwings / fend.js

Fend.js - A JavaScript front-end web application framework running on the client and the server for creating web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fend.js

Fend.js - A JavaScript front-end web application framework running on the client and the server for creating web applications.

This project is not being maintained. Please check to fendjs/fend.

Concepts

  • The application structure, like Ruby on Rails.
  • We can write simple isomoriphic MVC codes running on the client and the server.
  • We can support SEO with server side rendering.
  • We can use same html templates on the client and the server.
  • We can use same router on the client and the server.
  • We can support real-time rendering with data bindings.
  • We can distribute that javascript codes concatinated and minified.

License

MIT license.

See the LICENSE.

Bitdeli Badge

About

Fend.js - A JavaScript front-end web application framework running on the client and the server for creating web applications.

License:Other


Languages

Language:JavaScript 100.0%