|
AsynapseDiff
Asynapse Diff Draft
IntroductionAsynapse Diff is a set of API to perform Diff algorithm on the server side, and show diff result on the client side. DetailsClient side usagevar diff = new Asynapse.TextDiff( $text1, $text2, $option)
$("diffarena").innerHTML = diff.to_html()URLPOST Request: url: /=/diff/
body: { text1 => $text1, text2 => $text2 }->to_json()Response: Algorithm::Diff::sdiff() converted to JSON ImplementationPerl modules:
|
Sign in to add a comment
