TaiLing.cc

is compiled from single C++ file,

and produces the sourcecode itself.

$ curl http://tailing.cc/tailing.cc -o tailing.cc

$ sudo apt install libboost-system-dev

$ g++ tailing.cc -std=c++11 -O2 -lpthread -lboost_system -orun

$ rm tailing.cc # Take it easy, you can soon download it from localhost

$ ./run 8888

Then, you can browse http://localhost:8888/

© Tailing Yuan