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

Difference between intranet and open source project #152

Closed
44zs44 opened this issue Dec 26, 2023 · 3 comments
Closed

Difference between intranet and open source project #152

44zs44 opened this issue Dec 26, 2023 · 3 comments
Labels
question Further information is requested

Comments

@44zs44
Copy link

44zs44 commented Dec 26, 2023

I would like to know if there are any key functional differences between the open-source trpc-go and internal network frameworks. For the parts that are not open-sourced, can these tools be replaced with other similar tools?

@44zs44 44zs44 added the question Further information is requested label Dec 26, 2023
@WineChord
Copy link
Contributor

The two versions are mostly similar, although some deprecated functions have been removed. The trpc-go framework is designed in a plugin-based manner, allowing flexibility in choosing plugin implementations. You have the freedom to utilize any resources available in the trpc-ecosystem to meet your specific requirements. If certain features are lacking, you can consider developing a new plugin and contributing it to the trpc-ecosystem.

@44zs44
Copy link
Author

44zs44 commented Dec 26, 2023

I am trying to develop REST APIs using the HTTP protocol with the trpc-go framework. In addition to the documentation in the trpc-go/restful directory, when I want to learn about best practices for REST API development, what other content or demos can I try to study?

@WineChord
Copy link
Contributor

@44zs44 You may refer to this: https://cloud.google.com/apis/design

@44zs44 44zs44 closed this as completed Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants