Skip to content

Commit

Permalink
feat: add links
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFnseca committed Jun 19, 2024
1 parent 10ca4aa commit 2ae8ea8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# A Simple RESTful Web Server in PURE C
<div align=center>
<a src="./README-PT.README-PT.md">
Portuguese version
</a>
|
<a src="https://medium.com/@pedrofnseca/evoluindo-como-desenvolvedor-minha-experi%C3%AAncia-com-a-api-feita-em-c-69b758801c91" target="_blank">
Article
</div>
<br>

RESTful web server in C using [libmicrohttpd](https://www.gnu.org/software/libmicrohttpd/), a lightweight HTTP server library.

> For a detailed example, you can refer to the [libmicrohttpd manual](https://www.gnu.org/software/libmicrohttpd/manual/libmicrohttpd.html#Simple-HTTP-server-example).
For a detailed example, you can refer to the [libmicrohttpd manual](https://www.gnu.org/software/libmicrohttpd/manual/libmicrohttpd.html#Simple-HTTP-server-example).

## Why Choose C for This Project?

Expand Down

0 comments on commit 2ae8ea8

Please sign in to comment.