Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 3.06 KB

Network.md

File metadata and controls

79 lines (61 loc) · 3.06 KB

##Network

  1. dispatch
    Scala library for accessing HTTP services.
    Project Source: https://github.com/dispatch/dispatch
    Project Homepage: http://dispatch.databinder.net/Dispatch.html

  2. reboot
    Dispatch reboot is a rewrite of the Dispatch library for HTTP interaction in Scala.
    Project Source: https://github.com/dispatch/reboot

  3. socko
    A Scala web server powered by Netty networking and AKKA processing.
    Project Source: https://github.com/mashupbots/socko
    Project Homepage: http://sockoweb.org/

  4. scalaj-http
    Simple scala wrapper for HttpURLConnection, OAuth included.
    Project Source: https://github.com/scalaj/scalaj-http

  5. smoke
    Simple, asynchronous HTTP using Scala.
    Project Source: https://github.com/mDialog/smoke

  6. newman
    Newman is StackMob's HTTP client.
    Project Source: https://github.com/stackmob/newman

  7. http4s
    Http4s is a minimal, idiomatic Scala interface for HTTP services.
    Project Source: https://github.com/http4s/http4s
    Project Homepage: http://http4s.org/

  8. Twitter-server
    Twitter-server defines a template from which servers at Twitter are built.
    Project Source: https://github.com/twitter/twitter-server
    Project Documentation: http://twitter.github.io/twitter-server/

  9. sentinel
    Boilerplate for creating reactive TCP clients / servers on Akka IO.
    Project Source: https://github.com/gideondk/sentinel

  10. scalaxb
    scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and Web Services Description Language (wsdl) as the input file.
    Project Source: https://github.com/eed3si9n/scalaxb
    Project Documentation: http://scalaxb.org/

  11. finch
    Finch.io is a thin layer of purely functional basic blocks atop of Finagle for building composable REST APIs.
    Project Source: https://github.com/finagle/finch

  12. spray-can
    A low-overhead, high-performance, fully async HTTP 1.1 server and client library implemented entirely in Scala on top of Akka .
    Project Source: https://github.com/spray/spray-can

  13. hookup
    A reliable netty websocket server built on top of akka.
    Project Source: https://github.com/backchatio/hookup
    Project Homepage: http://backchatio.github.io/hookup/

  14. SprayWebSockets
    An implementation of a websocket server on top of spray.io.
    Project Source: https://github.com/lihaoyi/SprayWebSockets

  15. scalamodules
    ScalaModules is an elegant and intuitive domain specific language for OSGi development written in the Scala programming language.
    Project Source: https://github.com/w11k/scalamodules

  16. aeromock
    Aeromock is an application server that generates HTML from template files and data files.
    Project Source: https://github.com/CyberAgent/aeromock

  17. spray-websocket
    WebSocket for spray-can.
    Project Source: https://github.com/wandoulabs/spray-websocket

  18. loft
    Continuation based non-blocking, asynchronous, single threaded web server. Inspired by Swirl, Tornado itself and Deft.
    Project Source: https://github.com/rschildmeijer/loft