https://github.com/nomemory/microblog-c
https://github.com/nomemory/microblog-c
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nomemory/microblog-c
- Owner: nomemory
- Created: 2022-04-15T11:47:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T06:32:32.000Z (over 4 years ago)
- Last Synced: 2025-03-22T06:31:48.591Z (over 1 year ago)
- Language: C
- Size: 117 KB
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!