Results 1 to 4 of 4
Thread: Simple serverless chat solution
- 12-20-2007, 06:01 PM #1
Member
- Join Date
- Nov 2007
- Posts
- 4
- Rep Power
- 0
Simple serverless chat solution
Hey All,
I'm looking for an easy way to chat java-application to java-application. I want to integrate it into my own program, it doesn't have to be fancy. I don't need emoticons or buddy lists, just a way to send text back and forth between two IP adresses. Anyone? Thanks!
- 12-27-2007, 09:38 PM #2
Member
- Join Date
- Dec 2007
- Posts
- 16
- Rep Power
- 0
You won't be able to create an absolute server-less solution (as far as I know). One of the users will have to act as the server, and the other user will connect to them as the client.
This involves having to know IP addresses, but you could also set up your own server that runs all the time, and just let them connect to that, but that isn't what you want :(
Hopefully someone else can come up with a better solution!
- 01-02-2008, 10:36 AM #3
Either both or one of your ip address needs to initiate ServerSocket and listen to other so as they could connect to each other. If ip is preknown you dont need third server to connect.
dont worry newbie, we got you covered.
- 01-07-2008, 03:25 PM #4
Member
- Join Date
- Jan 2008
- Posts
- 1
- Rep Power
- 0
Similar Threads
-
Chat Client
By Jessi34 in forum New To JavaReplies: 5Last Post: 12-09-2009, 03:49 PM -
Help Finding Compiler error solution please
By jamesr2b in forum New To JavaReplies: 5Last Post: 04-30-2009, 06:07 AM -
Help in Chat application
By zocky in forum NetworkingReplies: 0Last Post: 11-08-2007, 07:19 PM -
Friends could u plz give me solution 4 this
By Saritha in forum JDBCReplies: 1Last Post: 06-15-2007, 04:42 PM -
123 Flash Chat 6.6
By levent in forum Java SoftwareReplies: 0Last Post: 06-05-2007, 12:07 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks