- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 85字
- 2021-07-08 10:32:37
Networking and file IO
In addition to the powerful non-blocking asynchronous nature of Node.js, it also has robust networking and filesystem tools available via its core modules. With Node.js's networking modules, you can create server and client applications that accept network connections and communicate via streams and pipes. Node contains a module named as fs or filesystem which is totally responsible for all kind of read write operations performed on files. It also takes an advantage of streaming feature of node to perform those operations.
推薦閱讀
- Visual C++串口通信開發入門與編程實踐
- Python機器學習:數據分析與評分卡建模(微課版)
- C# Programming Cookbook
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Python從入門到精通(精粹版)
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Learning JavaScript Data Structures and Algorithms
- Raspberry Pi Home Automation with Arduino(Second Edition)
- 計算機應用基礎案例教程
- Java Web應用開發項目教程
- Machine Learning for Developers
- 零基礎學HTML+CSS第2版
- Apache Solr PHP Integration
- PostgreSQL Developer's Guide