edit-server

command module
v0.0.0-...-7b614da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2014 License: MIT Imports: 8 Imported by: 0

README

edit-server

An edit server for TextAid and similar Google Chrome plugins.

This program provides a simple web server which accepts content as a HTTP body in POST requests, and allows it to be edited by an external program. The modified content is returned to the client in the HTTP response.

It is intended to be used as an "edit server" for browser plugins such as Google Chrome's TextAid. This is a direct port of the Perl web server provided by the TextAid plugin's author.

This server is multi-threaded and supports multiple concurrent edits.

Install

go get github.com/sebnow/edit-server
go install github.com/sebnow/edit-server

Documentation

Overview

This program provides a simple web server which accepts content as * a HTTP body in a POST request and allows it to be edited by an * external source. The modified content is returned to the client in * the HTTP response. * * It is intended to be used as an "edit server" for browser plugins * such as Google Chrome's TextAid. This is a direct port of the Perl * web server provided by the TextAid plugin's author. * * This server is multi-threaded and supports multiple concurrent edits.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL