Skip to content

An effective Command Line Application using raw Node Js and without any external api.

Notifications You must be signed in to change notification settings

mmesba/Node-Js-CLI-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation


This Command Line Application is backed by raw Node Js and core node modules. This app is capable to interact from command line and respond as user's input.

Table of Contents

The problems and The Solutions

This app is basically formed on event based architecture. An event emits on a particular command and listeners listen based on that event. I used 'readline' module to receive input from users. Also used 'os' and 'v8' module to get very low level statistics in operating system like 'Malloced memory', 'heap' , 'uptime' and many more. Every module used in this app is native in node, no external module is used here. Event there is no package.json file included here because there is no external package here to maintain.

How to run

Please follow the below instructions to run this project in your machine:

  1. Clone this repository

    git clone https://github.com/mmesba/node-js-cli-app
  2. Run the app

    node index
  3. Your app should be available in http://localhost:3000

Contact

Mesbaul Haque - http://mesba.live

DM - mail

Project Link: https://github.com/mmesba/node-js-cli-app

About

An effective Command Line Application using raw Node Js and without any external api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published