Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 428 Bytes

realtime-text

Introduction

A simple collaborative editing server. It is still in pre-alpha stage.

Compile and Run

Only Linux is tested and supported for now. To compile:

g++ main.cpp client.cpp file.cpp -O2 -o rttcollab

Then, start it with the base directory as argument:

./rttcollab path_to_basedir

Currently, the only client is a patched nano editor, check my other repo nano-client for usage.