Hi Guest
HomePage
Jobs
WalkIn
Articles
Agile
DotNet
WebServices
SilverLight
OOPS
WEB
SharePoint
Java
DataBase
Artificial Intelligence
----- Select Country -----
----- Select Location -----
----- Select Category -----
:) Latest Topic
Node.js Tutorial
Parts of Node.js
Features of Node.js
Install Node.js Windows
Install Node.js Linux
Node.js First Example
Node.js Console
Node.js JavaScript Learn
Node.js REPL
Node.js NPM
Node.js CL Options1
Node.js CL Option2
Node.js Globals
Node.js OS
Node.js Timer
Node.js Errors
Node.js DNS
Node.js Net
Node.js Crypto
Node.js TLS/SSL
Node.js Debugger
Node.js Process
Node.js Process Example
Node.js Process Example2
Node.js Child Process
Child Process EXEC
Child Process SPAWN
Child Process Fork
Node.js Buffers
Node.js Streams
Node.js Reading Stream
Node.js Writing Stream
Node.js Piping Stream
Node.js Chaining Streams
Node.js File System Part1
Node.js File System Part2
Node.js File System Part3
Node.js Path
Node.js StringDecoder
Node.js Query String
Node.js ZLIB
Node.js Assertion
Node.js V8
Node.js Callbacks
Node.js Events
Node.js Punycode
Node.js TTY
Node.js Web Module
Node.js Upload Files
Node.js Email Send
Node.js BuiltIn Modules
Node.js Assert Code
Node.js Assert Function
Node.js console.time()
Node.js console.table()
Node.js DNS Code
Node.js cipher.final()
Node.js URL.hash API
Node.js URL.host API
Node.js URL.origin API
Node.js MySQL
Folders in Node.js
Folders Node.js part3
Rename Folder Node.js
Remove Folder Node.js
Node.js ZLIB
Question Posted on 05 Apr 2024
Home
>>
Tutorial
>>
Node.js Tutorial
>>
Node.js ZLIB
Node.js ZLIB
Node.js ZLIB
Main functionalities of Node.js ZLIB module is to provide option of compression and decompression (like we do Zip and Unzip). And this is implemented by using Gzip and deflate/inflate.
We can accessed zlib module by using below commands:-
const zlib = require('zlib');
Compressing and decompressing a file can be done by piping the source stream data into a destination stream through zlib stream.
Node.js ZLIB Example: Compress File
To understand this we will take an example of Node.js ZLIB module to compress file "input.txt" into "input.txt.gz".
File: zlib_example1.js
above is the code text file named "input.txt".
Now we open Node.js command prompt and run the following below code:-
node zlibexample1.js
once the above .js file is run you will get the compressed file named "input.txt.gz" on the desktop as per the below screen.
Node.js ZLIB Example: Decompress File
Now we will do decomress the file by using Node.js ZLIB module and file is "input.txt.gz" into "input2.txt"
File: zlibexample2.js
Now we open Node.js command prompt and run the following below code:-
node zlibexample2.js
Now you will get file once you run above. Now you will see that same code of "input.txt" is available into "input2.txt" file. command
Other Important Questions
Parts of Node.js
Install Node.js Linux
Node.js First Example
Node.js Globals
Node.js DNS
Top Searches:
asp net questions
vb net questions
sql query
uddl questions
class
javascript Questions
sharepoint interview questions and concept
silverlight questions and concept
wcf questions
beans
general knowledge
ajax questions
PHP
|
Biztalk
|
Testing
|
SAP
|
HR
|
Privacy policy |
Terms and Conditions
| Blog
If the copyright of any questions or content or syntax belong to you email us we will remove that(info@getproductprice.com)
Home
About Us
GroupChat
Sitemap
Feedback
Contact us