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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
6
6
-[Awesome Scala](#awesome-scala)
7
7
-[Database](#database)
8
8
-[Web Frameworks](#web-frameworks)
9
+
-[i18n](#i18n)
9
10
-[Authentication](#authentication)
10
11
-[Testing](#testing)
11
12
-[JSON Manipulation](#json-manipulation)
@@ -44,6 +45,13 @@ A community driven list of useful Scala libraries, frameworks and software. This
44
45
*[Finatra](https://github.com/twitter/finatra) — A sinatra-inspired web framework for scala, running on top of Finagle.
45
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).
46
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.
49
+
## i18n
50
+
51
+
*Scala libraries for i18n.*
52
+
53
+
*[Scaposer](https://github.com/xitrum-framework/scaposer) - GNU Gettext .po file loader for Scala.
54
+
*[scala-xgettext](https://github.com/xitrum-framework/scala-xgettext) - A compiler plugin that acts like GNU xgettext command to extract i18n strings in Scala source code files to Gettext .po file.
47
55
48
56
## Authentication
49
57
@@ -61,6 +69,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
61
69
*[ScalaTest](https://github.com/scalatest/scalatest) — A testing tool for Scala and Java developers.
62
70
*[Specs2](https://github.com/etorreborre/specs2) — Software Specifications for Scala.
63
71
*[µTest](https://github.com/lihaoyi/utest) — A tiny, portable testing library for Scala.
72
+
*[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.
64
73
65
74
## JSON Manipulation
66
75
@@ -114,6 +123,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
114
123
*Modularization of applications, dependency injection, etc.*
115
124
116
125
*[Domino](https://github.com/helgoboss/domino) — Write elegant OSGi bundle activators in Scala.
*[MacWire](https://github.com/adamw/macwire) — Scala Macro to generate wiring code for class instantiation. DI container replacement.
119
129
*[SubCut](https://github.com/dickwall/subcut) — Scala Uniquely Bound Classes Under Traits.
@@ -141,6 +151,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
141
151
*Scala libraries and wrappers for HTTP clients.*
142
152
143
153
*[Dispatch](https://github.com/dispatch/reboot) — Library for asynchronous HTTP interaction. It provides a Scala vocabulary for Java’s [async-http-client](https://github.com/AsyncHttpClient/async-http-client).
154
+
*[Netcaty](https://github.com/ngocdaothanh/netcaty) - Simple net test client/server for Netty and Scala lovers.
144
155
*[Scalaxb](https://github.com/eed3si9n/scalaxb) — An XML data-binding tool for Scala that supports W3C XML Schema (xsd) and Web Services Description Language (wsdl) as the input file.
145
156
*[Spray](http://spray.io/) — Actor-based library for http interaction.
146
157
*[Tubesocks](https://github.com/softprops/tubesocks) — Library supporting bi-directional communication with websocket servers.
0 commit comments