Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maxkuzmins
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
maxkuzmins
7y ago
These guys receive requests from mobile devices. Afaik sending unencrypted HTTP requests is not allowed on some platforms (e.g. iOS).
2.
▲
by
maxkuzmins
7y ago
At such a high volume of requests it probably makes sense to consider going one abstraction level lower by replacing HTTPS with plain SSL sockets based communication for further cost reduction. Nice deep dive into the S of HTTPS anyway.