Skip to content

Phantom libraries

Regunath B edited this page Aug 22, 2013 · 1 revision

Phantom has a few libraries that are packaged such that they may be used fairly independently of the Phantom runtime - say within an application as a simple library. This is similar to some well known Spring projects like spring-jdbc.

See below for the list of libraries that Phantom currently has:

Unix Domain Socket transport for Netty
Unix Domain Socket transport for Netty A UDS transport for Netty. Useful for high volume calls to Netty on localhost i.e. avoids the TCP stack and issues of frequent open/close of sockets. Built around the junixsocket library