Skip to content

Commit edfacc7

Browse files
committed
Add Unfiltered.
1 parent e8923b1 commit edfacc7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
3232
* [PostgreSQL and MySQL async](https://github.com/mauricio/postgresql-async) — Async database drivers to talk to PostgreSQL and MySQL in Scala.
3333
* [ReactiveMongo](https://github.com/ReactiveMongo/ReactiveMongo) — Reactive Scala Driver for MongoDB.
3434
* [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.
3636

3737
## Web Frameworks
3838

@@ -45,7 +45,8 @@ A community driven list of useful Scala libraries, frameworks and software. This
4545
* [Finatra](https://github.com/twitter/finatra) — A sinatra-inspired web framework for scala, running on top of Finagle.
4646
* [Reactive](https://github.com/nafg/reactive) — FRP and web abstractions, which can be plugged into any web framework (currently only has bindings for Lift).
4747
* [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.
4950

5051

5152
## i18n
@@ -71,7 +72,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
7172
* [ScalaTest](https://github.com/scalatest/scalatest) — A testing tool for Scala and Java developers.
7273
* [Specs2](https://github.com/etorreborre/specs2) — Software Specifications for Scala.
7374
* [µ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.
7576

7677
## JSON Manipulation
7778

0 commit comments

Comments
 (0)