Con el podrán hacer un chat en java simple usando este como base.
Cliente
Código
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package sockets; /** * * @author debci */ import java.io.*; import java.net.*; class Cliente { static final int PUERTO=5000; public Cliente( ) { try{ skCliente.close(); } } new Cliente(); } }
Servidor
Código
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package sockets; /** * * @author debci */ import java.io.*; import java.net.*; class Cliente { static final int PUERTO=5000; public Cliente( ) { try{ skCliente.close(); } } new Cliente(); } }
Este servidor solo atiende 3 clientes, pero pueden modificarlo.
Aprovecho para preguntar: ¿como podria hacer para enviar del cliente als ervidor y no del servidor al cliente?
Saludos