Skip to content

Instantly share code, notes, and snippets.

@yallie
Last active October 13, 2015 04:38
Show Gist options
  • Save yallie/4140879 to your computer and use it in GitHub Desktop.
Save yallie/4140879 to your computer and use it in GitHub Desktop.
Zyan «Hello, World» server
// Create component host named "ZyanDemo" and bind to TCP port 8080
var host = new ZyanComponentHost("ZyanDemo", 8080);
// Register component type and interface
host.RegisterComponent<IHelloWorldService, HelloWorldService>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment