Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chuksemmanuel/node-lab

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-lab

A minimal Node.js playground. This project serves as a base for experimenting with various Node.js concepts in isolated Git branches.

Each experiment or "lab" is developed in its own branch, branching off from this main starter.


📁 Structure

This main branch includes:

  • A basic index.js file with a simple Express server
  • Minimal dependencies
  • No TypeScript — we'll add that in specific lab branches

🚀 Getting Started

  1. Clone the repo:

    git clone https://github.com/chuksemmanuel/node-lab.git
    cd node-lab
  2. Install dependencies:

    npm install
  3. Run the app:

    node index.js
  4. Open http://localhost:8080


🧪 Labs

Each experiment lives in a separate branch:

Branch Description
main Vanilla Node.js with Express

Run git checkout <branch-name> to switch to a specific lab.


About

This is a minimal Node.js playground for learning and testing various Node.js concepts in isolated Git branches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.