Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glensc/closure-compiler-httpserver
- Owner: glensc
- Created: 2014-03-17T13:51:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T13:50:05.000Z (about 2 years ago)
- Last Synced: 2024-10-14T11:39:11.692Z (3 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/