Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glensc/closure-compiler-httpserver

Closure Compiler as Simple HTTP Server
https://github.com/glensc/closure-compiler-httpserver

Last synced: about 2 months ago
JSON representation

Closure Compiler as Simple HTTP Server

Awesome Lists containing this project

README

        

closure-compiler-httpserver
===========================

Closure Compiler as Simple HTTP Server

Implements some part of the API defined in [Closure Compiler Service API Reference](https://developers.google.com/closure/compiler/docs/api-ref).

## Similar projects ##

* [fast-closure-compiler][1] - Runs Google Closure Compiler using [Nailgun][2], which runs a single java process in the background and keeps all of the classes loaded.

[1]: https://github.com/Jimdo/fast-closure-compiler
[2]: http://www.martiansoftware.com/nailgun/