A lightweight and straightforward server implementation designed for simplicity and ease of use.
- Minimal setup required.
- Handles basic HTTP requests.
- Easily customizable for your needs.
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Clone the repository:
git clone https://github.com/md8-habibullah/simple-server-ph.git cd simple-server -
Install dependencies:
npm install
-
Start the server:
npm start
-
Open your browser and navigate to:
http://localhost:3000
simple-server/
├── src/
│ ├── index.js # Entry point of the server
│ ├── routes.js # Define server routes
│ └── utils.js # Utility functions
├── package.json # Project metadata and dependencies
└── README.md # Project documentation