To-Do List
This is a to-do list for recording some features that Milkio plans to implement in the future. For some simple feature improvements, they may not be written on the to-do list, but implemented directly on an ordinary weekend.
-
Add synchronous routing mode: Although synchronous routing mode will load all the code at once, increasing memory usage and loading speed as the number of APIs increases, it also makes each interface access fast. It allows us to package the application as a single file without adding the
--splitting
parameter. -
Brand new Cookbook
- View interface parameters and response structures in a table format
- Real-time log reader
- Run tests through the Cookbook
- Real-time test result reader
-
API request supports Server-Sent Events
-
API request supports Protocol Buffer
-
API response supports Protocol Buffer
-
API supports batch mode (Implementation: Instead of sending requests for each interface immediately, temporarily store them for 1 tick, then batch send all the requests within one tick, and retrieve the results of these interfaces through Server-Sent Events)
-
API Batch mode blacklist (For APIs in the blacklist, use normal mode for requests)