Skip to content
#

mvc

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.

Here are 11,481 public repositories matching this topic...

Securely sign and verify documents using Public Key Infrastructure (PKI). Whether you’re handling contracts, legal agreements, or sensitive data, our API ensures robust security and compliance. Features: Digital Signatures, certificate management, hash algorithms, timestamping, audit trails.

  • Updated Jun 1, 2024
  • TypeScript
imi

imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!QQ群:17916227

  • Updated Jun 1, 2024
  • PHP