Giter Club home page Giter Club logo

webserver's Introduction

Hey there, my name is Jonas ๐Ÿ‘‹

I am a trained Software Engineer and Cyber Security Student, based in Ingolstadt, Germany.

One of my biggest passions is programming. Especially with languages like Python, C and C++, but I have also coded with Java, NodeJs, Javascript/Typescript and Go.

python c c++ java NodeJS Javascript Typescript golang

In the cybersecurity area, I am very interested in capture-the-flag competitions, exploitation, reverse engineering, and malware analysis.

Linkedin Badge Blog Badge

webserver's People

Contributors

ampferl avatar bee1850 avatar

Watchers

 avatar

Forkers

thi-csi

webserver's Issues

Enhance webserver security

To ensure the protection of both the server and its users, we need to implement some security measures:

  • Input Validation and Sanitization
  • Error Handling
  • Security Headers
  • Secure File Handling

Implement Parallel Request Handling

We need to enhance our web server to efficiently handle parallel requests from multiple clients.
This feature is important, to improve the webservers performance and responsiveness.

We will need to implement multi-threading to achieve this parallel request handling capability.

Add Content Length Header

Currently the Webserver does not respond with a "Content-Length" Header due to a wrong calculation of the mentioned length.

We need to add the Header to the Response.

Add Content-Encoding Header

Currently the Webserver does not respond with a "Content-Encoding" Header.

We need to add the Header to the Response.

Implement HTTP Pipelining Support

HTTP pipelining is a valuable feature, that allows multiple HTTP requests to be sent on a single connection without waiting for each response.
We need to add support for HTTP pipelining to improve the servers performance by reducing the overhead of opening and closing multiple connections. This requires parsing and managing pipelined requests.

Implement Logging System

Logging would be useful, for monitoring and debugging our web server.
We need to implement a logging system that records important server events, such as client connections, requests, responses, errors and warnings.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.