https://github.com/tarscloud/tarsdocs_en
The documentation of TARS in English
https://github.com/tarscloud/tarsdocs_en
documentation english tars tars-foundation
Last synced: about 1 year ago
JSON representation
The documentation of TARS in English
- Host: GitHub
- URL: https://github.com/tarscloud/tarsdocs_en
- Owner: TarsCloud
- License: bsd-3-clause
- Created: 2019-12-10T07:16:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T03:31:19.000Z (about 4 years ago)
- Last Synced: 2025-04-22T19:19:12.761Z (about 1 year ago)
- Topics: documentation, english, tars, tars-foundation
- Homepage:
- Size: 10.1 MB
- Stars: 22
- Watchers: 15
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE.md
Awesome Lists containing this project
README
[点我查看中文版](https://tarscloud.github.io/TarsDocs/)
# Tars
- Twitter: [@TarsCloud](https://twitter.com/TarsCloud)
- [Mailing List](https://groups.google.com/g/tars-foundation-information)
- [Official Website](http://tarscloud.org/)
- [News](https://tarscloud.org/feed/newsroom)
- qq group code-1: 579079160
- qq group code-2: 669339903
- WeChat: TarsCloud
- [For more information, please contact TarsCloud](https://tarscloud.org/about/contacts)
## What is Tars?
Tars comes from the robot in Interstellar movie. Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
Tars, aka TAF(Total Application Framework), has been used in Tencent since 2008. It supports C++,Java,Nodejs and php for now. This framework offers a set of solution for development, maintenance and testing, which making develop, deploy and testing service efficiently.
It integrated extensible protocol for encoding/decoding, high-performance RPC communication framework, name service, monitor, statistics and configuration. You can use it to develop your reliable distributed application based on microservice fast, and reach fully efficient service management.
Nowadays it's used by hundreds of bussiness in Tencent, services that developed base on TAF run on 16 thousands of machines.
See the detailed introduction [SUMMARY.md](SUMMARY.md).
## Supported platforms
For now it supports OS as below:
- Linux
- Windows
- Mac
## Supported languages
For now it supports following languages:
- C++
- Java
- Nodejs
- PHP
- Go
## Submodule
Directory |Features
------------------|----------------
framework |Source code implementation of C++ language framework basic service
cpp |C++ language framework rpc source code implementation
java |java language framework rpc source code implementation
go |go language framework rpc source code implementation
nodejs |nodejs language framework rpc source code implementation
php |php language framework rpc source code implementation
tup |source code implementation of tup group protocol in each language
web |manage tars web source implementation
docker |build tars docker script
## License
The open-source protocol Tars used is BSD-3-Clause, see [LICENSE.md](https://github.com/TarsCloud/TarsDocs_en/blob/master/LICENSE).
## Contributing
If you meet any problems never found in historical issues, please submit one!
If you find any bugs or get any new ideas, please submit PR!
**Note: Before you submit PR, please check whether you signed [CLA](cla.md)!!**