Skip to content

jec006/JSONWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONWeb

Basic Idea

  • Create a website where the backend simply provides renderable json – i.e. data and some information about how it should be rendered – such as table with class whatever.
  • Create libraries suited towards creating markup, not just traversing and altering it.
  • Create simple ways for ajax delivery of json to be handled
  • Ensure that rendering is done in a fairly manageable and async way so that the page doesn’t get smashed by long lists
  • Not necessarily intended to support huge sites or lots of data – easy to create a simple, pretty, fast site simply by creating json.
  • Sites content is available via an api – preferable restful

Libraries

I want to create some libraries to make this whole thing much cleaner and nicer, I also want them to be seperate from this framework/experiment for easier reuse

Right now they are included as git submodules.

  • mcreate – easily create dom elements
  • renderable – create a way to render js objects in a simple way

About

Provide a framework for creating websites simply by serving json and transforming and displaying it with javascript and css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published