> ## 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.

# Migrating XDK networking to the XBOX GDK

> Guidance for porting XDK networking code, including Secure Sockets and XBOX Integrated Multiplayer, to XBOX GDK game mesh APIs on Series X|S.

Documentation for XDK migration.

<CardGroup cols={2}>
  <Card title="Differences between game mesh" icon="network-wired" href="/build/console-features/networking/xdk-migration/xdk-migration-game-mesh-networking">
    Secure Sockets and XBOX Integrated Multiplayer (XIM) are no longer available in the Microsoft Game Development Kit (GDK).
  </Card>

  <Card title="XBOX one software development kit" icon="circle-info" href="/build/console-features/networking/xdk-migration/xdk-migration-overview-networking">
    The following table summarizes the API space for networking that was available in the XBOX One Software Development Kit and provides the…
  </Card>

  <Card title="XBOX one software development kit" icon="book-open" href="/build/console-features/networking/xdk-migration/xdk-migration-toc">
    This section provides guidance for migrating XBOX One Software Development Kit titles to the Microsoft Game Development Kit (GDK).
  </Card>

  <Card title="Differences between web requests in the" icon="network-wired" href="/build/console-features/networking/xdk-migration/xdk-migration-web-requests-networking">
    This article describes the differences for web request APIs between the Microsoft Game Development Kit (GDK) and the XBOX One Software…
  </Card>
</CardGroup>

## See also

* [Game mesh](/build/console-features/networking/game-mesh/index)
* [Tools](/build/console-features/networking/tools/index)
* [Web requests](/build/console-features/networking/web-requests/index)


## Related topics

- [Networking on XBOX consoles with the GDK](/build/console-features/networking/index.md)
- [Networking](/build/console-features/networking/gc-networking-toc.md)
- [XBOX One Software Development Kit migration guides](/build/console-features/networking/xdk-migration/xdk-migration-toc.md)
- [Migrating an arbiter](/services/xbox-services/multiplayer/concepts/live-migrating-an-arbiter.md)
- [Web request differences between GDK and XDK](/build/console-features/networking/xdk-migration/xdk-migration-web-requests-networking.md)
