- Node Cookbook
- David Mark Clements
- 179字
- 2021-08-13 18:13:52
Preface
The principles of asynchronous event-driven programming are perfect for today's Web, where efficient real-time applications and scalability are at the forefront. Server-side JavaScript has been here since the nineties, but Node got it right. With a thriving community and interest from the Internet giants, it could be the PHP of tomorrow.
Node Cookbook shows you how to transfer your JavaScript skills to server-side programming. With simple examples and supporting code, Node Cookbook takes you through various server-side scenarios, often saving you time, effort, and trouble by demonstrating best practices and showing you how to avoid security mistakes.
Beginning with making your own web server, the practical recipes in this cookbook are designed to smoothly progress you to making full web applications, command-line applications, and Node modules. Node Cookbook takes you through interfacing with various database backends, such as MySQL, MongoDB, and Redis, working with web sockets, and interfacing with network protocols, such as SMTP. Additionally, there are recipes on handling streams of data, security implementations, writing, your own Node modules, and different ways to take your apps live.
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 從0到1:HTML+CSS快速上手
- Java虛擬機字節碼:從入門到實戰
- Unity Shader入門精要
- Extending Puppet(Second Edition)
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- PHP編程基礎與實例教程
- Android項目實戰:手機安全衛士開發案例解析
- Scala for Machine Learning(Second Edition)
- Building Wireless Sensor Networks Using Arduino
- C語言從入門到精通
- After Effects CC技術大全
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Java EE 7 Development with WildFly
- 梔子貓的奇幻編程之旅:21天探索信息學奧賽C++編程