tag:github.com,2008:https://github.com/sorin373/HTTP-Server/releasesRelease notes from HTTP-Server2023-12-31T13:34:24Ztag:github.com,2008:Repository/722631553/v1.0.02024-04-13T21:24:51ZInitial Release | Harvard version<p>This is my final project for the CS50 course. It is a simple <strong>HTTP TCP</strong> server implemented using the <strong>Linux Socket API</strong> that works with file transfers within the local network.</p>
<h2>Overview</h2>
<ul>
<li><strong>Assignment</strong>: <a href="https://cs50.harvard.edu/x/2023/project/" rel="nofollow">CS50 final project</a></li>
<li><strong>Application</strong>: This application can come in handy when wanting to transfer files locally from one machine to another.</li>
</ul>
<h2>Main Features</h2>
<ul>
<li><strong>File Management:</strong> Add or delete files.</li>
<li><strong>Account Creation:</strong> Register a new account.</li>
<li><strong>Password Management:</strong> Change your account password.</li>
</ul>
<p>Thank you <a href="https://pll.harvard.edu/course/cs50-introduction-computer-science" rel="nofollow">CS50</a> for the amazing lectures I was able to take part in where I had the change to aquire computer science skills of great value!</p>
<p>Best regards,<br>
Sorin 😎</p>sorin373