infinoted-0.7
dedicated server for infinote-based collaborative editing
Install
- All systems
-
curl cmd.cat/infinoted-0.7.sh
- Debian
-
apt-get install infinoted
- Ubuntu
-
apt-get install infinoted
- Arch Linux
-
pacman -S libinfinity
- Kali Linux
-
apt-get install infinoted
- Fedora
-
dnf install infinoted
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install infinoted
- OS X
-
brew install libinfinity
- Raspbian
-
apt-get install infinoted
- Dockerfile
- dockerfile.run/infinoted-0.7
infinoted
dedicated server for infinote-based collaborative editing
infinoted is a dedicated server which allows clients to edit plain text documents and source files collaboratively over a network. Changes to the documents are synchronised instantly to the other clients. It serves the documents using the same protocol as gobby-0.5.
libinfinity
libinfinity is an implementation of the Infinote protocol written
in GObject-based C.