Skip to content

Twitter-Server defines a template from which services at Twitter are built

License

Notifications You must be signed in to change notification settings

nettoyeur/twitter-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Server Build Status

Twitter-server defines a template from which servers at Twitter are built. Twitter-server ensures that common components like an administrative HTTP server, tracing, stats, etc. are wired in correctly for production use at Twitter.

Quick-start

Twitter-server is published with Maven:

<dependency>
  <groupId>com.twitter</groupId>
  <artifactId>twitter-server</artifactId>
  <version>1.0.1</version>
</dependency>

or, with sbt:

libraryDependencies += "com.twitter" %% "twitter-server" % "1.0.1"

Full Documentation

http://twitter.github.io/twitter-server/

About

Twitter-Server defines a template from which services at Twitter are built

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published