SileNce5k / img_hosting

An image uploading api thingy
0 stars 0 forks source link

Rewrite to C #2

Open SileNce5k opened 2 months ago

SileNce5k commented 2 months ago

Sick of javascript and I need to step out of my comfort zone before I start losing it (I've already lost "it").

SileNce5k commented 2 months ago

only linux support because I don't want to touch the windows api

SileNce5k commented 2 months ago

Okay. I am still unsure if I want to attempt to create my own little http library for this, or use a thirdparty one.

If I create my own http library:

If I don't create my own lib:

Now that I am thinking about it, I know exactly what to do. First I will use a thirdparty library, and implement the same features that is in the current commit (9072a88). After everything is implemented correctly and is tested by uploading some images, I will start creating my own library (when I have the urge to)

SileNce5k commented 2 months ago

I want to learn how to use cmake, this would probably be a great way to check it out.