> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Migración de las redes del XDK al GDK de XBOX

> Guía para portar el código de red del XDK, incluidos Secure Sockets y XBOX Integrated Multiplayer, a las API de malla de juego del GDK de XBOX en Series X|S.

Documentación para la migración del XDK.

<CardGroup cols={2}>
  <Card title="Diferencias entre malla de juego" icon="network-wired" href="/build/console-features/networking/xdk-migration/xdk-migration-game-mesh-networking">
    Secure Sockets y XBOX Integrated Multiplayer (XIM) ya no están disponibles en el Microsoft Game Development Kit (GDK).
  </Card>

  <Card title="Kit de desarrollo de software de XBOX One" icon="circle-info" href="/build/console-features/networking/xdk-migration/xdk-migration-overview-networking">
    La siguiente tabla resume el espacio de API para redes que estaba disponible en el Kit de desarrollo de software de XBOX One y proporciona la…
  </Card>

  <Card title="Kit de desarrollo de software de XBOX One" icon="book-open" href="/build/console-features/networking/xdk-migration/xdk-migration-toc">
    Esta sección proporciona orientación para migrar títulos del Kit de desarrollo de software de XBOX One al Microsoft Game Development Kit (GDK).
  </Card>

  <Card title="Diferencias entre las solicitudes web en el" icon="network-wired" href="/build/console-features/networking/xdk-migration/xdk-migration-web-requests-networking">
    Este artículo describe las diferencias de las API de solicitudes web entre el Microsoft Game Development Kit (GDK) y el Kit de desarrollo de software de XBOX One…
  </Card>
</CardGroup>

## Consulte también

* [Malla de juego](/build/console-features/networking/game-mesh/index)
* [Herramientas](/build/console-features/networking/tools/index)
* [Solicitudes web](/build/console-features/networking/web-requests/index)


## Related topics

- [Migración de las redes del XDK al GDK de XBOX](/es/build/console-features/networking/xdk-migration/index.md)
- [Comparación de las API de audio del XDK y el GDK](/es/build/console-features/audio/overviews/comparison-of-xdk-and-gdk-audio-api.md)
- [Comunicación de malla de juego: diferencias entre GDK y XDK](/es/build/console-features/networking/xdk-migration/xdk-migration-game-mesh-networking.md)
- [Redes](/es/build/console-features/networking/gc-networking-toc.md)
- [Redes en consolas XBOX con el GDK](/es/build/console-features/networking/index.md)
