舉報

會員
Node.js Blueprints
最新章節:
Index
Astraightforward,practicalguidecontainingstep-by-steptutorialsthatwillpushyourNode.jsprogrammingskillstothenextlevel.Ifyouareawebdeveloperwithexperienceinwritingclient-sideJavaScriptandwanttodiscoverthefascinatingworldofNode.jstodevelopfastandefficientwebanddesktopapplications,thenthisbookisforyou.
目錄(101章)
倒序
- coverpage
- Node.js Blueprints
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the color images of this book
- Chapter 1. Common Programming Paradigms
- Node.js fundamentals
- Organizing your code logic in modules
- Understanding inter-module communication
- Asynchronous programming
- Exploring middleware architecture
- Composition versus inheritance
- Managing dependencies
- Summary
- Chapter 2. Developing a Basic Site with Node.js and Express
- Getting acquainted with Express
- Installing Express
- Managing routes
- Handling dynamic URLs and the HTML forms
- Returning a response
- The example-logging system
- Summary
- Chapter 3. Writing a Blog Application with Node.js and AngularJS
- Exploring AngularJS
- Selecting and initializing the database
- Developing the client side with Angular
- Implementing a control panel
- Summary
- Chapter 4. Developing a Chat with Socket.IO
- Exploring WebSockets and Socket.IO
- Understanding the basic application structure
- Running the server
- Adding Socket.IO
- Writing the client side of the chat
- Implementing user-to-user communication
- Summary
- Chapter 5. Creating a To-do Application with Backbone.js
- Exploring the Backbone.js framework
- Writing the backend of the application
- Writing the frontend
- Summary
- Chapter 6. Using Node.js as a Command-line Tool
- Exploring the required modules
- Planning the application
- Obtaining images from a folder
- Authorizing the Flickr protocol
- Uploading the images
- Summary
- Chapter 7. Showing a Social Feed with Ember.js
- Preparing the application
- Running the server and delivering the assets
- Getting tweets based on a user handle
- Discovering Ember.js
- Understanding Ember.js
- Writing Ember.js
- Defining the routes
- Handling the user input and moving to the second screen
- Displaying the tweets
- Summary
- Chapter 8. Developing Web App Workflow with Grunt and Gulp
- Introducing the task runners
- Exploring Grunt
- Discovering Gulp
- Summary
- Chapter 9. Automate Your Testing with Node.js
- Understanding the importance of writing tests
- Choosing a testing methodology
- Classifying tests
- Using Jasmine
- Testing with Mocha
- Testing with a headless browser
- Testing with DalekJS
- Summary
- Chapter 10. Writing Flexible and Modular CSS
- Writing modular CSS
- Exploring CSS preprocessors
- Styling a simple login form
- Summary
- Chapter 11. Writing a REST API
- Discovering REST and API
- Developing an online library – a REST API
- Working with the database
- Testing the API
- Summary
- Chapter 12. Developing Desktop Apps with Node.js
- Using node-webkit
- Writing the base of the application
- Displaying and using the working directory
- Extending the application
- Summary
- Index 更新時間:2021-07-16 11:36:31
推薦閱讀
- INSTANT Mock Testing with PowerMock
- 計算思維與算法入門
- Modular Programming with Python
- 深入淺出Java虛擬機:JVM原理與實戰
- Bootstrap Essentials
- Mastering LibGDX Game Development
- 網絡爬蟲原理與實踐:基于C#語言
- 單片機C語言程序設計實訓100例
- INSTANT Sinatra Starter
- Geospatial Development By Example with Python
- R數據科學實戰:工具詳解與案例分析
- PrimeFaces Blueprints
- Greenplum構建實時數據倉庫實踐
- Java程序設計入門(第2版)
- 一覽眾山小:ASP.NET Web開發修行實錄
- 從零開始學UI設計·基礎篇
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- iOS應用逆向工程:分析與實戰
- Java Web程序員面試筆試寶典
- MongoDB進階與實戰:微服務整合、性能優化、架構管理
- 區塊鏈社會:區塊鏈助力國家治理能力現代化
- HTML 5與CSS 3權威指南(第3版·下冊)
- 企業應用架構模式
- NIO與Socket編程技術指南
- Salesforce Lightning Reporting and Dashboards
- JSP從零開始學(視頻教學版)
- 圖解網絡硬件
- Python自然語言處理
- Java從入門到精通(第6版)
- Java Web輕量級開發全體驗