Link to home
Start Free TrialLog in
Avatar of jade03
jade03

asked on

best language to use for web-based socket programming?

I'm trying to create a GUI that will connect to a socket and grab fields from a C or C++ server to display back to the user, and also be able to grab inputs from the user and send back to the server.

What is the best web-based language to implement this GUI in? The server will be on Apache...

any suggestions would be greatly appreciated.

Thank you.
Avatar of jmelika
jmelika

If you're using Apache, your best bet is JSP.  If you don't wish to use JSP, try PHP.  Those are pretty much your easiest and most convinient options.

JM
Avatar of jade03

ASKER

JM,

So JSP and PHP will both allow me to get access to C and C++ codes? Do you know where I can go to see some examples?
ASKER CERTIFIED SOLUTION
Avatar of jmelika
jmelika

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial