https://github.com/glensc/closure-compiler-httpserver
Closure Compiler as Simple HTTP Server
https://github.com/glensc/closure-compiler-httpserver
Last synced: 10 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 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T13:50:05.000Z (about 3 years ago)
- Last Synced: 2024-11-24T04:25:09.972Z (about 1 year 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/