aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7b0adf8c8cc7504b4023327d94f7609afbef3058 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Lindenii Forge

**Work in progress.**

This is the new implementation in the [Hare](https://harelang.org) programming
language. We will set this as the primary branch once it reaches feature parity
with the Go implementation.

## Architecture

* Most components are one single daemon written in Hare.
* Because libssh is difficult to use and there aren't many other SSH server
  libraries for C or Hare, we will temporarily use
  [the gliberlabs SSH library for Go](https://github.com/gliderlabs/ssh)
  in a separate process, and communicate via UNIX domain sockets.