add link to webserver on main

This commit is contained in:
Remzi Arpaci-Dusseau
2019-02-28 13:31:48 -06:00
parent bac60948f4
commit ef7f493660

View File

@@ -33,9 +33,9 @@ journey; you'll have to do more on your own to truly become proficient.
### Concurrency
* [Web Server](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-webserver)
* [Parallel Zip](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-pzip)
* [MapReduce](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-mapreduce)
* Web Server
* Web Crawler
### File Systems