• Stars
    star
    100
  • Rank 339,677 (Top 7 %)
  • Language
    PHP
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A really-real time collaborative word processor

real-time-pad

this is a really-real time collaborative word processor, you can visit the home page for more information.

Installation

first, make sure you have installed mongodb and swoole extension on your php.

clone from github and install dependence

$ git clone https://github.com/zhaohehe/real-time-pad.git
$ composer install

then copy config file

$ cp config.example.php config.php

run your mongodb and redis, then start socket server

$ php socket.php

License

The pad is licensed under the MIT license.