File Transfer - Java Socket Programming ( Part 1 )

Опубликовано: 09 Октябрь 2024
на канале: Ra Ven
17,560
123

Java Socket IO Programming.
This java tutorial show about socket IO programming file transfer, multiple client, multiple file transfer.
Create two project server and client to communication across computer
List step of this video ( Part 1 )
1. Create Server Project and Client Project
2. Add Jar library to project
• Server library use “ netty-socketio-1.7.18 ”
• Client library use “ socket.io-client-1.0.1 “
3. Create Connection Server and Client
• View all client has connect to server
• Remove client if disconnect
4. Disconnect client by server
Here link for download Socket IO library : https://github.com/DJ-Raven/socket-io...
Resource library client : https://github.com/socketio/socket.io...
Resource library server : https://github.com/mrniko/netty-socketio