|
|
![]() |
|
|
Top | #1 |
|
Unregistered
Posts: n/a
|
If i want to do such cross-platform chat system (compatible with windows and linux), what language that u guys recommend? i'm thinking of using java. and what things i need to know b4 doing this kind of system?:blink:
|
|
|
|
Top | #2 |
|
OSNN Senior Addict
Joined: February 2002
Posts: 300
Reputation: 0
Power: 129 |
If you've never programmed before then don't expect this task to be quick or easy.
Java would be a language for doing what you describe. Other than learning the java language in general, you would also have to learn aspects related to making a user interface and networking in Java. |
|
|
|
|
|
Top | #3 |
|
NTFS Guru
Joined: January 2002
Location: Sweden
Posts: 4,006
Reputation: 890
Power: 175 |
Java sound like a good idea. When you make the GUI, make sure you use Swing instead of AWT. Swing is much newer and much more bug free.
|
|
|
|
|
|
Top | #4 |
|
NTFS Guru
Joined: January 2002
Location: Sweden
Posts: 4,006
Reputation: 890
Power: 175 |
In reply to your PM:
There will need to be a server to keep track of users and authentication. Since it's Java, not much consideration should have to be taken to the platform. Stuff you need to know about (at least): - Basic networking, how it works - Socket communication - Server-client systems - Multi-user system - Databases (for the server) Remember that the server doesn't have to be platform independant, or even written in Java. You could also make platform specific clients while still having a platform independant chat system (like ICQ). |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Japanese develop 'female' android | muzikool | Green Room | 16 | July 31st, 2005 1:30am |
| how to do a simple chat system/messanger? | @n!e | Windows Desktop Systems | 3 | March 23rd, 2003 9:59pm |
| chat system | @n!e | Windows Desktop Systems | 1 | March 14th, 2003 4:04pm |
| Damaged System Application | WiredBrain | Windows Desktop Systems | 4 | February 28th, 2003 11:50pm |