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-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
32
32
*[PostgreSQL and MySQL async](https://github.com/mauricio/postgresql-async) — Async database drivers to talk to PostgreSQL and MySQL in Scala.
33
33
*[ReactiveMongo](https://github.com/ReactiveMongo/ReactiveMongo) — Reactive Scala Driver for MongoDB.
34
34
*[Phantom](https://github.com/websudosuk/phantom) — Async type safe Scala DSL for Apache Cassandra.
35
-
*[ReactiveCouchbase](http://reactivecouchbase.org/)- Reactive Scala Driver for Couchbase. Also includes a Play plug-in. An official plug-in is also in development.
35
+
*[ReactiveCouchbase](http://reactivecouchbase.org/)— Reactive Scala Driver for Couchbase. Also includes a Play plug-in. An official plug-in is also in development.
36
36
37
37
## Web Frameworks
38
38
@@ -45,7 +45,8 @@ A community driven list of useful Scala libraries, frameworks and software. This
45
45
*[Finatra](https://github.com/twitter/finatra) — A sinatra-inspired web framework for scala, running on top of Finagle.
46
46
*[Reactive](https://github.com/nafg/reactive) — FRP and web abstractions, which can be plugged into any web framework (currently only has bindings for Lift).
47
47
*[Chaos](https://github.com/mesosphere/chaos) — A lightweight framework for writing REST services in Scala.
48
-
*[Xitrum](http://xitrum-framework.github.io/) - An async and clustered Scala web framework and HTTP(S) server fusion on top of Netty, Akka, and Hazelcast.
48
+
*[Xitrum](http://xitrum-framework.github.io/) — An async and clustered Scala web framework and HTTP(S) server fusion on top of Netty, Akka, and Hazelcast.
49
+
*[Unfiltered](https://github.com/unfiltered/unfiltered) — An modular set of unopinionated primitives for servicing HTTP and WebSocket requests in Scala.
49
50
50
51
51
52
## i18n
@@ -71,7 +72,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
71
72
*[ScalaTest](https://github.com/scalatest/scalatest) — A testing tool for Scala and Java developers.
72
73
*[Specs2](https://github.com/etorreborre/specs2) — Software Specifications for Scala.
73
74
*[µTest](https://github.com/lihaoyi/utest) — A tiny, portable testing library for Scala.
74
-
*[Scalive](https://github.com/xitrum-framework/scalive)- Connect a Scala REPL to running JVM processes without any prior setup; this library is used for inspecting systems in production mode.
75
+
*[Scalive](https://github.com/xitrum-framework/scalive)— Connect a Scala REPL to running JVM processes without any prior setup; this library is used for inspecting systems in production mode.
0 commit comments