Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-mvc-framework

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-mvc-framework

MVC Framework is a Javascript implementation of the Presentation-Abstraction-Control (PAC) Pattern

  • 1.3.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
238
decreased by-44.26%
Maintainers
0
Weekly downloads
 
Created
Source

[!WARNING]
Early Stage Development

[!CAUTION]
Use At Own Risk

[!NOTE]
Interested in MVC Framework? thomas.patrick.welborn@outlook.com

MVC Framework

Javascript implementation of the Presentation-Abstraction-Control (PAC) Pattern that also supports Model-View-Control (MVC) Patterns.

Features

  • Practical web component, web page, or web application use.
  • Simplistic configuration.
  • Versatile patterning.
  • Familiar programming interfaces promote plain Javascript.
  • Event management system.
  • Modeled content property modifier events, nested events.
  • Window Location and Fetch Routers.

Class System

MVC Framework Classes may be instantiated independently or interdependently.

Independent Classes

SYMNAMEDESCRIPTAPIGUIDE
MModelManage schematized content.
XModel SchemaManage data schema.
DModel ContentManage data content.
VViewManage templated markup elements.
RRouterWindow location router or fetch router.
RLRouter (Location)Manage window location.
RFRouter (Fetch)Manage AJAX connection.
CControlManage Model, View, Control, Location/Fetch Routers.
ECoreManage Event Target Events.

Interdependent Class Structures

FORMULANAMEACRONYMDESCRIPT
CMVRC*Control (Model, View, Router, Controls)CMVRCControl class instances contain model, view, router, and subcontrol class instances.
MVRM*Model (View, Router, Models)MVRMModel class instances contain view, router, and submodel class instances.
VMRV*View (Model, Router, Views)VMRVView class instances contain model, router, and subview class instances.
RMVR*Router (Model, View, Routers)RMVRRouter class instances contain model, view, and subrouter class instances.

FAQs

Package last updated on 27 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc