An open API service indexing awesome lists of open source software.

https://github.com/nomemory/microblog-c


https://github.com/nomemory/microblog-c

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# microblog.c

companion code for this article:
https://www.andreinc.net/2022/04/10/a-blog-that-is-a-single-executable-binary

to compile and run:

```sh
Usage:
Type "make" to compile
Type "make run" to start the server
```

then open: http://localhost:8080

thanks for stopping by!