HETIC-MT-P2021 / framework_project

Year project for MT5
https://drive.google.com/drive/folders/1_r9GoeCJzVe4UrsPs_B-FKCA3Pm8TcWm?usp=sharing
MIT License
4 stars 1 forks source link

Feat: first architecture proposition #22

Open jibe0123 opened 3 years ago

jibe0123 commented 3 years ago

Summary

The intentions of this PR is to present the objectives and the philosophy of our framework.

Description

We can start the discutions with this skeleton

Related Issue

7

Motivation and Context

Types of changes

Checklist

jibe0123 commented 3 years ago

We can get inspiration of https://github.com/gofiber/fiber

jibe0123 commented 3 years ago

@jasongauvin in fact i think it's better for us to re-develop the router package (Mux). We have to defined what package we need to re-develop or re-use. Like go-fiber, the framework re-use a lot of external package, we should do the same.