tree: 85c9dd3b82a58c50e3a3557bb76f150708dcffb6 [path history] [tgz]
  1. nailgun-client/
  2. LICENSE
  3. README.md
third-party/nailgun/README.md

nailgun

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.

Programs run in the server (which is implemented in Java), and are triggered by the client (written in C), which handles all I/O.

The server and examples are built using maven. From the project directory, “mvn clean install” will do it.

The client is built using make. From the project directory, “make && sudo make install” will do it. To create the windows client you will additionally need to “make ng.exe”.

For more information, see the nailgun website.

Buck currently uses https://github.com/martylamb/nailgun at fcc24ecd63ead63f160e96f6a0640f6b4280f72d