diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c18317 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Lindenii Forge + +**Work in progress.** + +I tried to reimplement in the [Hare](https://harelang.org) programming +language. It's one of my favorite programming languages, but sadly due to the +lack of multithreading and since it's still a very unstable moving target, +I'm still mainly working on the Go branch. + +## 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. |