Alright guys, I’m new here, so don’t take to me too harshly.
I’ve got the fundamentals of java down, so I’m tackeling my first real java program - a direct two-way chat program. This involves networking, sockets, etc… which I don’t consider the fundamentals.
The program works great on my home lan, but if I set up the server and try to connect outside the network, nothing happens. I’m assuming this is because the router is throwing things off. How can I take this into account when writing a simple client-server program?
If you need source code, i’ve got four short classes, so just ask me and I’ll post 'em.