Posted: Mon Mar 24, 2008 3:10 pm Post subject: NetChat 5.0
I have just finished creating a chat program that will connect to multiple users.
Have a look at it. I have it on my NetChat server.
http://turingnetchatserver.doesntexist.com/
Sponsor Sponsor
darkangel
Posted: Mon Mar 24, 2008 3:31 pm Post subject: Re: NetChat 5.0
Ya i did something like this too.
I had it so any number of users could join, and the server would keep track of who was online and offline. I also made a user authentication so you could have user accounts, and access levels. (if you had a 3 you had more control than a user with a 1) and obviously the login computer wouldn't have the usernames or passwords.
I made a mail server with this engine too
Posted: Tue Mar 25, 2008 7:42 am Post subject: RE:NetChat 5.0
Can't actualy run it right now but the code looks solid. I'm still doing some work on mine and I don't plan on ever having passwords because it is just used on a local network anyway altho I can set it up for external access aswell. I will be adding a flxible array later for more users.
darkangel
Posted: Tue Mar 25, 2008 5:23 pm Post subject: Re: NetChat 5.0
How can you set it up for external?
Make a server then connecting with Net.URLConnection?
If so, what do you use for setup for that server. Apache?
agnivohneb
Posted: Fri Mar 28, 2008 9:42 am Post subject: RE:NetChat 5.0
you have to port forward from your router. depending on the ports you have setup in the program you would need to forward all of the ports to the computer that has the program