Skip to content
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

Open
originme opened this issue Sep 10, 2018 · 5 comments
Open

有点疑问 #4

originme opened this issue Sep 10, 2018 · 5 comments

Comments

@originme
Copy link

这是一个让客户端开发人员去定义接口字段,接口ID的一个模式?客户端人员写好了一个mock接口,服务端的开发就把自己的数据对接到这个接口,是这个意思吗?

@ljinshuan
Copy link
Contributor

亲 这个模式下客户端开发也是服务端开发。 原本的服务端开发负责提供基础数据源。

@originme
Copy link
Author

那TAC是不就相当于一个中间层吗,那应该会增加网络请求的时间吧?

@ljinshuan
Copy link
Contributor

底层数据源在,无论有没有TAC,调用底层数据源是在本机还是通过网络,都会有耗时。 因为业务一旦大了,服务不可能写在同一个应用中。

1 similar comment
@ljinshuan
Copy link
Contributor

底层数据源在,无论有没有TAC,调用底层数据源是在本机还是通过网络,都会有耗时。 因为业务一旦大了,服务不可能写在同一个应用中。

@originme
Copy link
Author

我可以这么理解吗: TAC相当于一个请求的调度中心,而且它提供了一个机制,让客户端人员也能去编写mock接口

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants