cobie8a / coreJS

an early experimental framework for use with other frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coreJS

An early experimental JavaScript framework for use with other frameworks (from February 2013). Took from my old personal SVN repo, and sharing with the larger github community. It only took seven years huh?

  • uses a Facade pattern, with the intent of centralizing all common commands between multiple JS libraries to a central dispatcher, similar to an OS scheduling scheme
  • utilizes early versions of what ultimately became Asynchronous Module Definition in JS. RequireJS and AngularJS became the defacto AMD libraries in 2014, though this is much much simpler. NodeJS also became more complex over time. Some of these frameworks are still in use today.
  • ECMAScript has since adopted multiple standards to make JS more aligned with traditional OOO languages - though in 2020, I understand these are still experimental.

Note:

About

an early experimental framework for use with other frameworks


Languages

Language:JavaScript 92.9%Language:HTML 7.1%