You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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
What version of Go is Skynet built against?
We are currently developing against Go 1.0.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
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
Can I contribute to Skynet?
You sure can, please fork the repository and submit a pull-request