- Learning HTML5 by Creating Fun Games
- Rodrigo Silveira
- 379字
- 2021-08-13 17:00:58
JavaScript APIs
As stated earlier, when HTML was created, it was not meant to be used for the development of large enterprise applications. When JavaScript was first created back in 1995, its main goal was to provide a simple scripting language that would allow web designers to add some logic to their web pages. This too was not meant to be a foundation tool from which large, complex applications would be developed.
However, as we have seen with HTML itself, as well as CSS, JavaScript has become very widely used, and developers have outgrown its limited capabilities. Seeing the direction in which developers were taking the language, in an attempt to leverage the Web as a platform, browser vendors started to make improvements to JavaScript as much as was in their power. As a result, very powerful JavaScript engines have emerged. So, as JavaScript become even more used, and as browser became even more powerful, a new set of additions has been added to JavaScript.
Today JavaScript is the most popular scripting language used on the Web. Given its capabilities and the latest tooling available for it, JavaScript has become a very good option for the development of large applications, especially for games. The latest JavaScript APIs allow for 2D and 3D graphics rendering, thread-like behavior, sockets, embedded databases, and a whole lot more. Best of all, this new functionality is built with security in mind, and is not only available on desktop computers, but can also be used in most devices connected to the World Wide Web.
New JavaScript APIs
While the following is not a comprehensive list of all the new and upcoming APIs and language features, it does cover the most significant, stable additions to JavaScript, especially ones that we can leverage for game development. A more detailed explanation of each of the APIs listed in the following list, as well as usage examples, are available in subsequent chapters:

Note
There was another persistence API in HTML5 that was known as WebSQL. The spec for this API defined an asynchronous way to store and query data in the client using an actual built-in SQL-based database engine. The specification has been deprecated, and was replaced in its entirety by the more robust and more accepted IndexedDB API.
- Progressive Web Apps with React
- WSO2 Developer’s Guide
- Data Analysis with IBM SPSS Statistics
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- 面向對象程序設計(Java版)
- Python:Master the Art of Design Patterns
- Java程序設計入門
- Integrating Facebook iOS SDK with Your Application
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Hadoop大數據分析技術
- Java 從入門到項目實踐(超值版)
- Magento 2 Beginners Guide
- 從零開始:C語言快速入門教程
- PostgreSQL Developer's Guide
- Sitecore Cookbook for Developers