The TAC (Tiny API Cloud) is a server-side solution with tangram. Of course, it also supports the use of secession from tangram; TAC is not a platform, nor a framework, but a development model.
Features
Quick publish;
Without deploy;
Flexible modification
Quickly add data sources
Client developers directly participate in server-side logic;
Why TAC?
Before TAC
Before the birth of TAC, the development mode of most app server-side on Tmall app was like this. Take the home page as an example:
Client and server developer discuss the interface data types, fields;
The server developer provides a mock interface with parallel development at both ends.
Test, deploy, release.
The disadvantage of this model is that since the page relies on various data sources, publishing is a long process. If the field is modified, the entire application will be recompiled and packaged. The deployment process is too long; different pages are deployed in different applications. unable to share data source
After TAC
TAC access to various commonly used data sources;
Clients submit source code directly on TAC, compile, test, and publish;
Client development does not require the participation of server-side developer, eliminating the need for communication.
Server-side developer focus on developing business logic;
中文文档
TAC
What is TAC ?
Features
Why TAC?
Before TAC
After TAC
Quick Start
Install redis
Run container
Run console
Code Develop
compile and package
Pre-Publish
Pre-Publish
Test-Pre-Publish
Online-Publish
The start params config
Add your own datasource
Use with gitlab