Thread: Web developing languages

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    One of the most classic ways of developing for the web is a LAMP or WAMP stack.

    Linux or Windows + Apache + MySQL + PHP

    Apache = http server
    MySQL = database
    PHP = server side scripting

    For client-side, in-browser stuff, there's JavaScript.

    You would also need to learn HTML to actually make a web page.

    Edit : I also think Java is really good for socket-level programming as well. I know C also supports sockets but I've never tried it. Java seems more get-up-and-go though.
    Last edited by MutantJohn; 01-17-2015 at 10:40 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Developing GUI app with C
    By elf1984 in forum C Programming
    Replies: 2
    Last Post: 10-23-2008, 09:58 AM
  2. Need help developing an application
    By Afrinux in forum Windows Programming
    Replies: 24
    Last Post: 03-16-2006, 08:44 PM
  3. what languages are fading ? what languages remain ?
    By dot_rain in forum Tech Board
    Replies: 32
    Last Post: 03-04-2004, 09:25 AM
  4. Further developing C for the web
    By bjdea1 in forum C Programming
    Replies: 24
    Last Post: 12-25-2002, 01:49 PM
  5. Developing for platform..
    By civix in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 08-22-2002, 01:45 PM