Jump to content

web dev noob question

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Guest_jub jub jedi_*

Guest_jub jub jedi_*
  • Guests
I am a newbie at web development and I was wondering how you would be able to set up a client/server program. How would you be able to set up a program to act as the server on a website like freehostia?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Depends on the language platform you use but several have a TCP Server/Client algorithm built in (or UDP Server/Client). Here is a good starting point to learn the basics (if working with C# or .NET):

A simple Multi-Threaded Server Client Instant Messenger Application - The Code Project - C# Programming