-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有点疑问 #4
Comments
亲 这个模式下客户端开发也是服务端开发。 原本的服务端开发负责提供基础数据源。 |
那TAC是不就相当于一个中间层吗,那应该会增加网络请求的时间吧? |
底层数据源在,无论有没有TAC,调用底层数据源是在本机还是通过网络,都会有耗时。 因为业务一旦大了,服务不可能写在同一个应用中。 |
1 similar comment
底层数据源在,无论有没有TAC,调用底层数据源是在本机还是通过网络,都会有耗时。 因为业务一旦大了,服务不可能写在同一个应用中。 |
我可以这么理解吗: TAC相当于一个请求的调度中心,而且它提供了一个机制,让客户端人员也能去编写mock接口 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这是一个让客户端开发人员去定义接口字段,接口ID的一个模式?客户端人员写好了一个mock接口,服务端的开发就把自己的数据对接到这个接口,是这个意思吗?
The text was updated successfully, but these errors were encountered: