- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 180字
- 2021-07-08 10:32:36
Not just for building web servers!
Node.js is not just to write JavaScript in the server-side. Yes, we have discussed this point earlier. Node.js sets up the environment for the JavaScript code to work anywhere it can be installed. It can be a powerful solution to create command-line tools, as well as fully featured, locally run applications that have nothing to do with the web or a browser. Grunt.js is a great example of a Node-powered command-line tool that many web developers use daily to automate tasks such as build processes, compiling CoffeeScript, launching Node.js servers, running tests, and more.
In addition to command-line tools, Node.js is increasingly popular among the hardware crowd with the Node.js bots movement. Johnny-Five and Cylon.js are two popular Node.js libraries that exist to provide a framework to work with robotics. Just search on YouTube for Node.js robots and you will see a lot of examples. Also, there is a chance that you might be using a text editor developed on Node.js. GitHub's open source editor named Atom, which is hugely popular, is an example.
- Python編程自學手冊
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Learning PostgreSQL
- Moodle Administration Essentials
- C語言程序設計(第2版)
- Java虛擬機字節碼:從入門到實戰
- Mastering Ubuntu Server
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Python面向對象編程:構建游戲和GUI
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Serverless Web Applications with React and Firebase
- SQL Server 2016 從入門到實戰(視頻教學版)
- Applied Deep Learning with Python
- 零基礎學編程系列(全5冊)
- Learning Redux