# nood **Repository Path**: hackym/nood ## Basic Information - **Project Name**: nood - **Description**: 基于gin框架使用MVC设计模式的开箱即用框架。 本框架,集成WebSocket服务,layui.js,zap日志,GORM2,redis。 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2025-10-24 - **Last Updated**: 2025-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nood #### Description An out of the box framework based on the gin framework using the MVC design pattern. This framework integrates WebSocket services, layui.js, zap logs, GORM2, and redis. ####Characteristics This framework is suitable for developing small and medium-sized services, especially for personal development. It is easy to get started, flexible to expand, and uses Golang like PHP #### Software Architecture Directory: Configuration file: ./conf.json Example HTTP request to view file: app/controller/http/example/take. go WS Request Example View File: app/controller/ws/test/test. go #### Installation 1. Install Git 2. Execute git clone https://gitee.com/ftdxl/nood.git 3. Enter the project directory and execute go run main.go ####Tutorial HTTP service: 1. Execute go run main.go 2. Browser request: http://127.0.0.1:8080/example/take Ws service: 1. Connect ws://127.0.0.1:8080/ws 2. Send message {"cmd": "login", "data": {"token": "sdgdfghkjf"}, "seq": "372"} #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request