Created my very first traditional server
-
Updated
Jun 22, 2023 - JavaScript
Created my very first traditional server
A simple HTTP server built using Node.js core modules. It handles basic routing, parses incoming requests, sets custom headers and status codes, and runs on a configurable port — all without using any external libraries. Ideal for understanding how Node.js works under the hood for backend development.
Node.js is a JavaScript runtime built on Chrome’s V8 engine, enabling fast, scalable, event-driven server-side applications using non-blocking, asynchronous I/O.
Collection of Node.js projects within a single repository, each related to its own 'Projects Folder' name. Explore diverse functionalities and code in their respective folders.
Zadanie ma na celu przećwiczenie w praktyce pracę z modułami w środowisku node.js. Efektem zadania jest serwer utworzony za pomocą modułu http, który serwuje pliki statyczne w zależności od zapytania klienta.
This repo outlines a demo of nodeJS inbuilt modules.
Basic server (without using Express.js) : Udemy: ZeroToMastery Sec24 240 Building a Server
jQuery, ASP.NET Ajax, ASP.NET Web Forms, Entity Framework
Zadanie ma na celu przećwiczenie w praktyce pracę z modułami w srodowisku node.js. Efektem zadania jest strona, która umożliwia uploadowanie plików.
Created a server which can serve html with external css,js and also images
Build the backend services for Vidly application. Features such as managing the list of genres, each movie has a genre, like action, horror etc, an endpoint for getting the list of all genres, because somewhere in our client applications, perhaps we have a dropdown list, create a new genre, as well as update, or delete an existing one.
Built a file management tool in order to create files, read the content of files and delete it
assignment solution (nodejs)
Add a description, image, and links to the http-module topic page so that developers can more easily learn about it.
To associate your repository with the http-module topic, visit your repo's landing page and select "manage topics."