Chat de escritorio estilo Telegram pero mucho más básico. Ejercicio realizado para la asignatura de Programación de Servicios y Procesos (PSP)
- Permite hablar entre varios usuarios
- Posibilidad de subir archivos
- ¡IMPORTANTE! Solo funciona en local
El chat consta de 2 proyectos independientes que interactúan entre sí. Por un lado, tenemos el Servidor y por otro el cliente.
Para poder ejecutar correctamente el Chat deberemos importar los proyectos a Netbeans e importar las librerías de la carpeta Libraries. Después ejecutaremos el proyecto del servidor y después el proyecto cliente.
Y con eso debería funcionar todo. ;)
by : David Algás
Chat Telegram desktop style but much more basic. Exercise performed for the subject Programming Services and Processes (PSP)
- Lets talk among multiple users
- Upload files
- IMPORTANT! Only it works locally
The chat consists of 2 separate projects that interact. On the one hand, we have the server and the client on the other.
To successfully run the Chat we import the Netbeans project and then import the libraries of the Libraries folder.
And with that everything should work. ;)
by : David Algás