- 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.
推薦閱讀
- HBase從入門到實(shí)戰(zhàn)
- Visual Basic程序設(shè)計(jì)教程
- Raspberry Pi 2 Server Essentials
- Flash CS6中文版應(yīng)用教程(第三版)
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- INSTANT Passbook App Development for iOS How-to
- Scientific Computing with Scala
- 軟件測試實(shí)用教程
- Java零基礎(chǔ)實(shí)戰(zhàn)
- Beginning C# 7 Hands-On:The Core Language
- 大話代碼架構(gòu):項(xiàng)目實(shí)戰(zhàn)版
- 零基礎(chǔ)C語言學(xué)習(xí)筆記
- 零基礎(chǔ)入門學(xué)習(xí)C語言:帶你學(xué)C帶你飛
- Learning SaltStack(Second Edition)
- Getting Started with SQL Server 2014 Administration