mvc topic

The term MVC stands for Model-View-Controller. MVC is a software design pattern that separates an application's logic according to responsibilities: The model manages the application's data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.

List mvc repositories

bancha

72
Stars
13
Forks
Watchers

Bancha is an open-source CMS made by Nicholas Valbusa written in PHP5.3.

Android_Architecture_Notes

52
Stars
6
Forks
Watchers

Clean Architecture, MVC, MVP, MVVM notes

sirius

20
Stars
0
Forks
Watchers

Modern coffeescript/javascript framework

awesome-flux

46
Stars
9
Forks
Watchers

A curated list about Flux arquitechture and your implementations.

APX

41
Stars
9
Forks
Watchers

A Javafx Library for building MVC Applications.

Moviper

77
Stars
9
Forks
Watchers

A Mosby based VIPER library for Android

Core-iOS-Application-Architecture

146
Stars
21
Forks
Watchers

Core iOS Application Architecture - The development paradigm of clean, testable code and modular iOS applications. + Xcode templates

tadmin

96
Stars
31
Forks
Watchers

一个基于ThinkPHP的非侵入式后台开发框架。

TaskoMask

648
Stars
108
Forks
Watchers

Task management system based on .NET 6 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts

clevergo-examples

40
Stars
24
Forks
Watchers

:zap: CleverGo Examples