Java Socket Web Sunucusu (Ödev Projesi)
Bu proje, Java programlama dili ve Socket programlama kullanılarak, herhangi bir üçüncü parti kütüphane veya framework kullanmadan oluşturulmuş basit bir web sunucusudur. Proje, bir Ağ Programlama ödevi kapsamında geliştirilmiştir.
🌟 Amaç ve Özellikler
Teknoloji: Saf Java (Core Java) ve java.net paketleri.
Port: Sunucu, 1989 numaralı portu dinler.
İstemci Yanıtı: Gelen her HTTP GET isteğine, ödev gereksinimlerine uygun şekilde biçimlendirilmiş özel bir HTML sayfası ile yanıt verir.
Biçimlendirme: HTML çıktısı, gerekli başlık (H1, H2) ve CSS stilini (renk, font çeşidi) içeren bir biyografi bölümünü içerir.
----
Java Socket Web Server (Assignment Project)
This project is a simple web server built using Core Java and Socket programming, developed without relying on any third-party libraries or frameworks. It was created as part of a Network Programming course assignment.
🌟 Purpose and Features
Technology: Pure Java (Core Java) utilizing the java.net packages.
Port: The server listens on port 1989.
Client Response: It responds to every incoming HTTP GET request with a dynamically generated, custom HTML page formatted according to the assignment requirements.
Styling: The HTML output includes the required headings (H1, H2) and a biography section styled with CSS properties (color, font family, etc.).