Skip to content

HTTP server built using different Programming Languages. Unlike popular practice no framework has been used

Notifications You must be signed in to change notification settings

mishraanaman/http-server

Repository files navigation

HTTP Server

This project demonstrates a simple HTTP server built using different programming languages. The server provides two main functionalities: managing a list of "friends" and displaying a basic HTML message. It serves as an example of how to handle HTTP requests, parse URLs, and work with data streams in Node.js.

Features

Friends API:

  • GET /friends: Retrieves the list of all friends.
  • GET /friends/:id: Retrieves a specific friend by ID.
  • POST /friends: Adds a new friend to the list.

Messages API:

  • GET /messages: Returns a simple HTML page with example messages.

About

HTTP server built using different Programming Languages. Unlike popular practice no framework has been used

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published