Skip to content

This project contains two implementations of a basic HTTP server, one using Bun and the other using Node.js.

Notifications You must be signed in to change notification settings

ARYANTYAGI1/Web-Server-Node-Bun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Servers in Bun and Node.js

This project contains two implementations of a basic HTTP server, one using Bun and the other using Node.js.

Project Structure

  • bun-server.js - Contains the code to start a server using Bun.
  • node-server.js - Contains the code to start a server using Node.js.

Usage

Requirements

  • Bun installed for running the bun-server.js file.
  • Node.js installed for running the node-server.js file.

Starting the Servers

Bun Server

To run the Bun server, use the following command:

bun bun-server.js

To run the Node server, use the following command:
```bash
node node-server.js

About

This project contains two implementations of a basic HTTP server, one using Bun and the other using Node.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published