/node_practice

require module.exports, Event Modules, and class EventEmitter, ReadLine Modules (Get Users Input), File System Modules (CRUD files....Get information from files, etc)...... File System Modules (CRUD folders ....Get information from a folder, making files within the folder and then delete, etc)...... Readable and writeable Streams....(recommended and efficient way to read and write data), compare #4 & #6...Stream win coz of memory-efficient....#4 got an exception, Pipe and Pipe, Chaining(compression and decompression)...Create an HTTP server using the HTTP module, Serving Static Files with HTTP and File System Module, Create Package.Json, using npm init ... holding the metadata of the project file, Use/install External packages using nom and include them in your own project..., Semantic versioning.....(A standard that a lot of NodeJS pkg follows...)

Primary LanguageJavaScript

node_practice


Initial Concepts...!!!

1. require, module.exports

2. Event Modules and class EventEmitter

3. ReadLine Modules (Get Users Input)

4. File System Modules (CRUD files....Get information from files etc)......

5. File System Modules (CRUD folders ....Get information from folder, making files within folder and then delete etc)......

6. Readable and writeable Streams....(recommended and efficient way to read and write data)

7. compare #4 & #6...Stream win coz of memory efficient....#4 got excetion

8. Pipe and Pipe Chaining(compresion and de-compresion)




HTTP server & module...!!!

1. Create HTTP server using HTTP module

2. erving Static files with HTTP and File System Module

3. Create Package.Json using npm init ... holding the matadata of project file

4. Use/install External packages using nom and include them in own project....

5. Sementic versioning.....(A standard that alot of NodeJS pkg follows...)