rpcx provides enterprise infrastructure open source softwares
Founded:
2016-08-18
Address:
Beijing, Beijing, China
Country:
China
Website Url:
http://www.rpcx.io
Total Employee:
1+
Status:
Active
Total Funding:
1.29 B USD
Technology used in webpage:
Global Site Tag ReCAPTCHA AJAX Libraries API PHP 7 Facebook Pixel DigiCert SSL Google Analytics 4 Java EE New Relic FLoC Opt-Out
Similar Organizations
Automox
Automox is the AI-powered IT automation platform for modern organizations
GuardKnox
Guardknox is the first Cybertech Tier Supplier of high-performance & cybersecure computing platforms
IoTium
IoTium simplifies establishing and managing secure network infrastructure for Industrial IoT.
Portt
Portt is a strategic SaaS workspace that empowers commercial teams, procurement contracts, and supplier management activities.
SpaceAge Labs
Revolutionizing operations and maintenance of remote and distributed industrial assets.
Tidelift
Tidelift makes open source software work better—for everyone.
Twistlock
Twistlock is cloud native cybersecurity for the modern enterprise.
TXOne Networks
TXOne Networks offers cybersecurity solutions to protect industrial control systems from cyberattacks.
Current Advisors List
Board_member
Board_member
Current Employees Featured
Gaofei Wang CEO @ Weibo
CEO
2014-01-01
Minna Yu Head of Weibo HR General Manager @ Weibo
Head of Weibo HR General Manager
2014-04-01
Jason Xie Head Of US Labs @ Weibo
Head Of US Labs
Investors List
Alibaba Group
Alibaba Group investment in Funding Round - Weibo
Investments List
Date | Company | Article | Money raised |
---|---|---|---|
2020-01-14 | Ymatou | Weibo investment in Series D - Ymatou | N/A |
2019-09-05 | Online Star Dream Works | Weibo investment in Series A - Online Star Dream Works | N/A |
2019-06-28 | bsb | Weibo investment in Venture Round - bsb | 200 M CNY |
2019-03-15 | Sangan Video | Weibo investment in Series A - Sangan Video | 10 M CNY |
2018-05-08 | Microidea Technology | Weibo investment in Series B - Microidea Technology | 80 M CNY |
2018-03-29 | 30sche.com | Weibo investment in Series A - 30sche.com | 7.9 M USD |
2018-02-27 | Modian | Weibo investment in Series A - Modian | 16 M USD |
2017-12-14 | Zuoyou Video | Weibo investment in Corporate Round - Zuoyou Video | 3 M USD |
2017-08-14 | InMyShow | Weibo investment in Series C - InMyShow | 600 M CNY |
2016-11-22 | Miaopai | Weibo investment in Series E - Miaopai | 500 M USD |
Key Employee Changes
Date | New article |
---|---|
2021-03-19 | Weibo Beats Profit Estimates and Names New Senior Executives |
Official Site Inspections
http://www.rpcx.io
- Host name: 74.48.173.243
- IP address: 74.48.173.243
- Location: Canada
- Latitude: 43.6319
- Longitude: -79.3716
- Timezone: America/Toronto

More informations about "Weibo"
Introduction · rpcx Programming
RPCX Introduction. rpcx is a RPC framework, faster, more features. rpcx 2.0 and below extends Go standard rpc package but rpcx 3.0 has been refactored and doesn't use Go standard rpc lib anymore。 RPCX has developed for …See details»
smallnest/rpcx-programming-guide-en - GitHub
QuickStart | rpcx Programming
#4 defines the result object, it is a zero value and actually rpcx can use it to know type of the result and then unmarshal the result to it. #5 call the remote service and gets the result …See details»
rpcx.io - GitHub
Enterprise products in Go. rpcx.io has 31 repositories available. Follow their code on GitHub.See details»
Gateway | rpcx Programming
Gateway is a http gateway for rpcx services. You can write rpc http clients in any programming languages such as Java、Python、C#、Node.js、Php、C\C++、Rust and others. See …See details»
GitHub - rpcxio/rpcx-gateway: http gateway for rpcx …
You can deploy this as gateway model. Gateway is running at independent servers. Clients sends http requests to gateways, and gateways translate http requests into raw rpcx requests. And then gateways send raw rpcx requests …See details»
Transport | rpcx Programming
Rpcx can commnunicate via TCP, HTTP Connect, UnixDomain, QUIC and KCP. You can also access rpcx by a http client via Gateway or HTTP_Invoke. TCP. It is the most used transport. …See details»
Memos - rpcx
Follow system. العربية; Deutsch; English; British English; Español; Français; हिन्दीSee details»
rpcxio/rpcx-examples: examples for the latest rpcx - GitHub
77 rows If you install succeefullly, you can run examples in this repository. Enter one sub directory in this repository, go run server.go in one terminal and cd client; go run client.go in …See details»
Registry · rpcx Programming
Rpcx provides out-of-box registry for zookeeper, etcd, consul, mDNS, and it aslo provides peer-to-peer, peer-to-multiple registies. For the test purpose, rpcx aslo has a in-process registgry. …See details»
cypress's blog
Dec 19, 2024 Cypress (落羽杉) About. GithubSee details»
Server | rpcx Programming
In rpcx 3.1 we want to add register raw functions that satisfy last three rules, but for rpcx 3.0, you must use method to implement services. you can use RegisterName to register methods of …See details»
rpcx-examples/k8s_api/server/rpcx-server-demo.yaml at master
Saved searches Use saved searches to filter your results more quicklySee details»
Transport · rpcx Programming
Rpcx can commnunicate via TCP, HTTP Connect, UnixDomain, QUIC and KCP. You can also access rpcx by a http client via Gateway or HTTP_Invoke. TCP. It is the most used transport. …See details»
rpcx-examples/k8s_api/server/rpcx-server-demo-service.yaml at …
App: rpcx-server-demo-api #为该 Service 设置 key 为 app,value 为 rpcx-server-demo 的标签See details»
Client | rpcx Programming
Client. Example: 101basic Clients use the same transport protocol to send requests to services and get responses from them. type Client struct { Conn net.Conn Plugins PluginContainer // …See details»
Server · rpcx Programming
Server. Example: 102basic You can implements services in Server side. The type of services is not important. You can use customized type to keep states or use struct{} or int simplely.. You …See details»
rpcx-gateway/examples/README.md at master · rpcxio/rpcx …
Saved searches Use saved searches to filter your results more quicklySee details»
protocol · rpcx Programming
Rpcx uses size of an element + element format to define one element. It is like TLVbut rpcx doesn't use Type because Type of those elements are UTF-8 string. Use BigEndian for size (integer …See details»
rpcx · GitHub Topics · GitHub
Apr 10, 2024 Odin is a Rpcx-based rpc framework, reference rpcx https://rpcx.io/ go microservice rpc go-micro rpcx Updated Oct 29, 2020; Go; team-dandelion / go-dandelion Star …See details»