Yog2

screenshot of Yog2

A Node Web Framework based on FIS & Express https://fex-team.github.io/yog2/

Overview:

YOG2 is an application framework focused on the Node.js UI middle layer. It is developed based on express and fis, combining the flexibility of express for extension and the powerful frontend engineering capabilities of fis. YOG2 introduces features like automatic routing, app splitting, and backend service management modules to ensure rapid development and stable reliability of the UI middle layer.

Features:

  • Express and Fis Integration: Utilizes express for flexibility and fis for frontend engineering capabilities.
  • Automatic Routing: Includes automatic routing feature for efficient development.
  • App Splitting: Allows projects to be divided into multiple independent apps for separate development, compilation, and deployment.
  • Development Debugging: Provides debugging mode for development with hot reloading technology for code effectiveness.

Summary:

YOG2 is an application framework designed for Node.js UI middle layer development, offering a blend of express and fis capabilities for efficient and flexible project management. It includes features like automatic routing, app splitting, and development debugging with hot reloading. Installation involves setting up a YOG2 project, creating apps, installing dependencies, and starting the project in debug mode for development. Deployment and modifications can be easily managed through the provided commands, making development and maintenance smoother for developers.