You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
135
135
*[scala.frp](https://github.com/dylemma/scala.frp) — Functional Reactive Programming for Scala (event streams).
136
136
*[RxJava-Scala](https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-scala) — Scala Adaptor for RxJava.
137
137
*[Reactive Collections](https://github.com/storm-enroute/reactive-collections) – A library that incorporates event streams and signals with specialized collections called reactive containers, and expresses concurrency using isolates and channels.
138
+
*[Vertx.io](http://vertx.io/) – A polyglot reactive application platform for the JVM which aims to be an alternative to node.js. Its concurrency model resembles actors. It supports [Scala](http://vertx.io/core_manual_scala.html), Clojure, Java, Javascript, Ruby, Groovy and Python.
138
139
139
140
## Modularization and Dependency Injection
140
141
@@ -166,6 +167,8 @@ A community driven list of useful Scala libraries, frameworks and software. This
166
167
*[Scala Blitz](http://scala-blitz.github.io/) – A library to speed up Scala collection operations by removing runtime overheads during compilation, and a custom data-parallel operation runtime.
167
168
*[Log4s](http://log4s.org) - Fast, Scala-friendly logging bindings on top of [SLF4J](http://slf4j.org/). Uses macros for extreme performance.
168
169
*[Lamma](https://github.com/maxcellent/lamma) – A Scala date library for date and schedule generation.
170
+
*[Scala Graph](http://www.scala-graph.org/) – A Scala library with basic graph functionality that seamlessly fits into the Scala standard collections library
171
+
*[Cassovary](https://github.com/twitter/cassovary) – A Scala library that is designed from the ground up for space efficiency, handling graphs with billions of nodes and edges.
169
172
170
173
## Android
171
174
@@ -186,6 +189,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
186
189
*[Tubesocks](https://github.com/softprops/tubesocks) — Library supporting bi-directional communication with websocket servers.
187
190
*[scalaj-http](https://github.com/scalaj/scalaj-http) – Simple scala wrapper for HttpURLConnection (including OAuth support).
188
191
*[Finch.io](https://github.com/finagle/finch) — Purely Functional REST API atop of [Finagle](https://github.com/twitter/finagle).
192
+
*[Newman](https://github.com/stackmob/newman) — A REST DSL that tries to take the best from Dispatch, Finagle and Apache HttpClient. See [here](https://www.paypal-engineering.com/2014/02/13/hello-newman-a-rest-client-for-scala/) for rationale.
0 commit comments