Web Development with Node and Express Chapter 21 - Going Live
Cloud hosting is also highly virtualized. That is, the server(s) your app is running on are not usually physical machines, but virtual machines running on...
Cloud hosting is also highly virtualized. That is, the server(s) your app is running on are not usually physical machines, but virtual machines running on...
debugging 这词并不准确,它会和“缺陷”联系在一起,用 exploring 似乎更准确一些。
为了提高性能,在集成第三方社交网站时,可以将数据缓存在服务端。
使用 HTTPS 协议需要在服务器上面放置公钥证书,也叫 SSL 证书。目前 SSL 证书的标准是 x.509。证书(certificate)是由证书管理机构(certificate authorities,CA)颁发的。证书管理机构会给浏览器厂商受信根证书(trusted root certificate...
Chapter 1 - Introducing Express Chapter 2 - Getting Started with Node Chapter 3 - Saving Time with Express Chapter 4 - Tidying Up Chapter 5 - Qual...