Live data from Hacker News

Mars – A cross-platform network component developed by WeChat

github.com

1–10 of 26 posts

Re: Mars – A cross-platform network component developed by WeChat

#4

Pardon my ignorance, but I tried reading through the page and could not figure out what this is or does. Can someone point me to a quick summary or overview?

an AFNetworking/OkHttp alternative written in C++ and use socket instead of HTTP

Re: Mars – A cross-platform network component developed by WeChat

#5

Great to see a open source project from WeChat. WeChat is extremely viral in China. I am sure there is some amazing engineering work underneath.

The language barrier has been their main issue, they'd definitely would love to collaborate more with teams outside of China I know. They have an astonishing amount of dev resources as well, they wrote an entire cloud platform (they're at maybe 10% of AWS) from scratch, in C.

Re: Mars – A cross-platform network component developed by WeChat

#7
post #5

Great to see a open source project from WeChat. WeChat is extremely viral in China. I am sure there is some amazing engineering work underneath.

The language barrier has been their main issue, they'd definitely would love to collaborate more with teams outside of China I know. They have an astonishing amount of dev resources as well, they wrote an entire cloud platform (they're at maybe 10% of AWS) from scratch, in C.

> entire cloud platform (they're at maybe 10% of AWS) from scratch, in C

Impressive. Any link to this? I'd love to take a look.

Re: Mars – A cross-platform network component developed by WeChat

#9
post #4

Pardon my ignorance, but I tried reading through the page and could not figure out what this is or does. Can someone point me to a quick summary or overview?

an AFNetworking/OkHttp alternative written in C++ and use socket instead of HTTP

So id could be used to avoid proxy capturing your requests?

Re: Mars – A cross-platform network component developed by WeChat

#10
post #7
post #5

Earlier quoted context omitted.

The language barrier has been their main issue, they'd definitely would love to collaborate more with teams outside of China I know. They have an astonishing amount of dev resources as well, they wrote an entire cloud platform (they're at maybe 10% of AWS) from scratch, in C.

> entire cloud platform (they're at maybe 10% of AWS) from scratch, in C Impressive. Any link to this? I'd love to take a look.

Their public cloud is http://qcloud.com/, I don't think everything they've written on the backend is public however.
Post reply on HN