Hi Guest 1 HomePage 1 Jobs 1 WalkIn 1Articles  

 :) 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 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 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


Node.js ZLIB Code
above is the code text file named "input.txt".


Node.js Input File
Now we open Node.js command prompt and run the following below code:-


Node.js decompress command
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 compress file

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


Node.js decompress code
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

Node.js file compress





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 |