Skip to content

a-h-ismail/realtime-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A realtime text editing server (pre-alpha).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages