tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Is there a way to start writting HTTP application wit


From: Christian Jullien
Subject: Re: [Tinycc-devel] Is there a way to start writting HTTP application without a hassle?
Date: Sun, 30 Aug 2020 16:00:20 +0200

Hi,

You have in mob (win32/include/winapi) all the include files to write simple 
http applications.
I daily use them  to implement many network protocols (both client and server).

Among them you have: winsock2, h ws2ipdef.h and ws2tcpip.h

You must link with ./win32lib/ws2_32.def 
C.

-----Original Message-----
From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange.fr@nongnu.org] On 
Behalf Of Vaidas BoQsc
Sent: Sunday, August 30, 2020 15:40
To: tinycc-devel@nongnu.org
Subject: [Tinycc-devel] Is there a way to start writting HTTP application 
without a hassle?

I tried to search for ways and so far, I found out that winsock is the
only way to write a http application. The problem with winsock is that
it requires a lot of files from mingw project, and I hate having an
overloaded development environment or a learning playground, even if
the mingw supposedly does work properly.

It would be great that TCC would be initially ready for writing a
simple HTTP application, but that's just a side note, more of a wish
to happen.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]