Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.
erikstmartin edited this page Sep 12, 2012 · 6 revisions

Installation Problems

  1. What version of Go is Skynet built against?
    • We are currently developing against Go 1.0.2
  2. Does Skynet support Windows?
    • We do not currently support windows, much of the way the daemon works, and how services accept signals is unix/linux/osx functionality. We would be happy to accept pull-requests if you get it running on Windows.

Basics

  1. What is Skynet?
    • It's a framework for building High Availability services, and clusters. It allows clients to not have to worry about where services live, and if they die, they auto adjust their internal connection pools to adapt to changes in the cluster.

Contributing

  1. Can I contribute to Skynet?
    • You sure can, please fork the repository and submit a pull-request
Clone this wiki locally