meownet/README.md

13 lines
573 B
Markdown
Raw Normal View History

2024-02-22 06:17:18 +00:00
# meownet 😺
an awesome web server that meows at you
2024-02-22 06:19:46 +00:00
## okay some more detail
i built this in c using `winsock2`. why? because i wanted to learn sockets! and my windows machine was the closest subject at the time.
**Q:** is it very good? **A:** no! but i had fun making it, so idrc
a fun little foire into getting even more familiar with how web services work. how fun!!
2024-02-22 06:24:47 +00:00
### building
2024-02-22 06:26:50 +00:00
oh yeah you can compile this with `gcc` and a little `gcc -o ./meow.exe ./src/main.c -lws2_32`. i might make this work for mac/linux at some point if i somehow get even more bored :]