Skip to content

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead. This fork focuses on straightforward usability on Linux platforms.

License

Notifications You must be signed in to change notification settings

jsmucr/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.

Use

gradle clean installDist

to build the application from source. You'll find the result in

build/install/nailgun

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. This fork focuses on straightforward usability on Linux platforms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 79.6%
  • C 12.2%
  • Python 8.2%