Skip to content
Snippets Groups Projects
Select Git revision
  • 11-22-implement-kv-interface-defined-in-collectiveversionedkvgo
  • release default protected
  • hotfix/TestHostPool_UpdateNdf_AddFilter
  • XX-4719/announcementChannels
  • xx-4717/logLevel
  • jonah/noob-channel
  • master protected
  • XX-4707/tagDiskJson
  • xx-4698/notification-retry
  • hotfix/notifylockup
  • syncNodes
  • hotfix/localCB
  • XX-4677/NewChanManagerMobile
  • XX-4689/DmSync
  • duplicatePrefix
  • XX-4601/HavenInvites
  • finalizedUICallbacks
  • XX-4673/AdminKeySync
  • debugNotifID
  • anne/test
  • v4.7.5
  • v4.7.4
  • v4.7.3
  • v4.7.2
  • v4.7.1
  • v4.6.3
  • v4.6.1
  • v4.5.0
  • v4.4.4
  • v4.3.11
  • v4.3.8
  • v4.3.7
  • v4.3.6
  • v4.3.5
  • v4.2.0
  • v4.3.0
  • v4.3.4
  • v4.3.3
  • v4.3.2
  • v4.3.1
40 results

storage

  • Clone with SSH
  • Clone with HTTPS
  • Xxdk Examples

    This repository contains in it examples on how to use the xxdk. We refer to the directories in this repo as "mini-repositories". They contain individual examples on running a product the xx network team provides. Within each mini-repo there is a comprehensive instruction guide explaining the purpose of this mini-repo and how to build, run and test this example. Below is a brief summary of each mini-repo.

    connectClient contains an example for implementing a basic connection-style client. This is based on the connect/ package found in the xx network's client repo. Building and running this mini-repo will provide you with a client which can send messages to a connection-style server.

    connectServer contains an example for implementing a basic connection-style server. This is based on the connect/ package found in the xx network's client repo. Building and running this mini-repo will provide you with a long-running server which may receive connections and messages from a connection-style client.

    restConnectClient contains an example for implementing a basic REST-like connection-style client. This is based on the restlike/connect package client repo. Building and running this mini-repo will provide you with a client which can connect and make REST-like requests to a REST-like connection server.

    restConnectServer contains an example for implementing a basic REST-like connection-style server. This is based on the restlike/connect package client repo. Building and running this mini-repo will provide you with a long-running which may receive connections and REST-like requests from a client.

    restSingleUseClient contains an example for implementing a basic REST-like single-use client. This is based on the restlike/single package client repo. Building and running this mini-repo will provide you with a client which can connect and make REST-like requests to a REST-like single use server.

    restSingleUseServer contains an example for implementing a basic REST-like single-use server. This is based on the restlike/single package client repo. Building and running this mini-repo will provide you with a long-running which may receive connections and REST-like requests from a client.