The New Frontier in Web API Programming

Rick Mac Gillis

  • 出版商: Lulu.com
  • 出版日期: 2016-07-09
  • 售價: $1,440
  • 貴賓價: 9.5$1,368
  • 語言: 英文
  • 頁數: 80
  • 裝訂: Hardcover
  • ISBN: 1365230848
  • ISBN-13: 9781365230844
  • 海外代購書籍(需單獨結帳)

商品描述

Do you use a single API Call Processing Server? Worse yet, do you have all of your web servers making individual API calls all on their own? Just a single API transaction takes 9 steps to complete through TCP, and your system is getting bogged down with delays from TCP communications. The internet runs on HTTP, and HTTP runs on TCP. You could still use websockets to keep some of the overhead low. However, the TCP/IP stack is just one of many bottlenecks in your infrastructure. Did you know that you don't need to collect the response from every API call you make? What if you could always speak to every API in your format of choice? I'll show you how. In this book, you'll learn about how implementing an API Call Processing Server or cloud can dramatically reduce the time to transact with an API, reduce your web server overhead, and make programming with APIs so much easier.