Hi people. Im starting on a project to develop my own instant messenger. I know tons of IMs exist but i want the challenge of designing mine from scratch perhaps also building up on those that exist. I know a bit of C programming and a bit of Java but i don't know python, vb.net, or C#. Would someone with experience in programming advise me as to what language to use, or point me in the direction of which books to read.
Thanks
1 reply to this topic
#1
Posted 17 November 2010 - 06:15 AM
|
|
|
#2
Posted 17 November 2010 - 11:59 AM
One thing you would need to realize is that you will need a centralized (data storage) (communications) server throughout which all will run. The easiest solution I can think of is this :
A Java application with a basic gui interface ( or be 1337 so that it HAS to be used in terminal )
that takes in the string, uses XMLRPC/SOAP to post it to a server, which in turn writes it to the database. The client will also have a constant "refreshing" function that will query the Server DB for new messages, so that it retrieves and displays newly added messages. Thus your server would need to run some sort of script as well. However I could be wrong, I've never read up on the subject at hand.
A Java application with a basic gui interface ( or be 1337 so that it HAS to be used in terminal )
that takes in the string, uses XMLRPC/SOAP to post it to a server, which in turn writes it to the database. The client will also have a constant "refreshing" function that will query the Server DB for new messages, so that it retrieves and displays newly added messages. Thus your server would need to run some sort of script as well. However I could be wrong, I've never read up on the subject at hand.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









