Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
/ nailgun Public archive
forked from facebookarchive/nailgun

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

License

Notifications You must be signed in to change notification settings

balihoo/nailgun

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 77.0%
  • C 13.2%
  • Python 9.2%
  • Makefile 0.6%