Skip to content

WebCore 2.0

Compare
Choose a tag to compare
@amcgregor amcgregor released this 17 Apr 09:13
· 144 commits to develop since this release
2.0.0
2543975

A modernization rewrite of WebCore based on the experience of utilizing WebCore 1 and WebCore 2 alphas in production environments for many years.

  • A complete rewrite of WebCore from the ground up.
  • Features multiple extension interfaces to extend registered view handlers and provide a uniform callback mechanism for extensions.
  • Standard usage makes use of no superglobals or "thread locals", instead relying on a context object collaboratively populated by extensions.
  • WebCore's former "dialect" system is now dispatch.

The entirety of the WebCore distributed web package is 665 source lines of code!