TwitterServer¶ TwitterServer defines a template from which servers at Twitter are built. It provides common application components such as an administrative HTTP server, tracing, stats, etc. These features are wired in correctly for use in production at Twitter. Getting Started¶ TwitterServer is published to Maven central: <dependency> <groupId>com.twitter</groupId> <artifactId>twitter-server_2.12