About 22,300,000 results
Open links in new tab
  1. Coding a website in C? - Stack Overflow

    Mar 3, 2009 · Meebo uses a custom Lighttpd module called mod_meebo. It doesn't fully answer your question, but I thought you might be interested. A lot of server-side programs can be done in C, not to mention CGI programming. They could also …

  2. Creating Website using C programming Language - i-visionblog

    Feb 2, 2022 · there are two ways to running C program to run in web browser via apache server. 1) the first way is to directly code the html codes in printf (); function which would be tough in huge file of html. 2) the second way is to create txt file and using file operation to import the text file and read it using the loop concept and generate html codings.

  3. How To Create A Website Using C++? - Learn C++

    Aug 26, 2022 · Do you know that most of the web servers are programmed in C or C++? We can also easily create a website using C++ which will be capable of displaying a substantial number of web pages. In this post we will explain how we can develop a …

  4. How I Built a Simple HTTP Server from Scratch using C

    May 11, 2023 · Although implementing a web server in C sounds very basic and detailed at a ground level, but it might help you better understand how HTTP works, and how servers actually interacts with clients. Let's get started! How Socket Works Before building the web server, you need to know how a "socket" works.

  5. Creating a Web Server using C. Hello developer. In this article, I’m ...

    Aug 25, 2023 · In this article, I’m going to show you how to create a fully functional web server using C language. We are going to use following directory structure to organize our web server artifacts. /lib...

  6. Newbie here, is it possible to use c for website backend ? And ... - Reddit

    Aug 11, 2022 · There are a few ways to do this: one is to go all-in and write a web server in C that serves web pages. You'd have to read up on networking / sockets / etc. and be prepared to do a lot of work... Another option is to interface with an existing webserver using something like CGI ("Common Gateway Interface"). This is a connector on the web server ...

  7. How to Create Web Server in C - codewithfaraz.com

    Aug 28, 2024 · In this guide, we’ll walk you through the entire process of creating a web server in C. By the end of this tutorial, you’ll have a fully functional web server that can handle basic HTTP requests. We’ll break down the code and explain each step in simple terms to make it easy for you to follow along. Step-by-Step Guide to Create a Web ...

  8. Creating a Basic C Web Server: Step-by-Step Guide

    Jul 16, 2024 · Learn how to create a fundamental web server in C programming. Our step-by-step guide covers setting up, sending files, and running your server smoothly.

    • Reviews: 60
    • Building A Web Server In C - Skill Seminary

      Learn how to build a web server in C with our comprehensive tutorial. We cover everything from setting up the environment, understanding HTTP and TCP/IP, to creating sockets and handling client connections. With practical code examples and easy explanations, you'll be able to create your own web server in no time. Dive into the world of C ...

    • How to create dynamic HTML pages using C? - Stack Overflow

      Oct 21, 2013 · To create dynamic webpages using C, there are a couple of ways you can go about this (this is not an exhaustive list): You use CGI, an old standard for creating dynamic webpages.

    • Some results have been removed
    Refresh