Skip to content

Commit 3e726d1

Browse files
committed
Merge pull request lauris#56 from ngocdaothanh/master
Add Xitrum and some convenient libraries it uses.
2 parents cb0353b + 1956f8e commit 3e726d1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
66
- [Awesome Scala](#awesome-scala)
77
- [Database](#database)
88
- [Web Frameworks](#web-frameworks)
9+
- [i18n](#i18n)
910
- [Authentication](#authentication)
1011
- [Testing](#testing)
1112
- [JSON Manipulation](#json-manipulation)
@@ -44,6 +45,13 @@ A community driven list of useful Scala libraries, frameworks and software. This
4445
* [Finatra](https://github.com/twitter/finatra) — A sinatra-inspired web framework for scala, running on top of Finagle.
4546
* [Reactive](https://github.com/nafg/reactive) — FRP and web abstractions, which can be plugged into any web framework (currently only has bindings for Lift).
4647
* [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.
4755

4856
## Authentication
4957

@@ -61,6 +69,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
6169
* [ScalaTest](https://github.com/scalatest/scalatest) — A testing tool for Scala and Java developers.
6270
* [Specs2](https://github.com/etorreborre/specs2) — Software Specifications for Scala.
6371
* [µ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.
6473

6574
## JSON Manipulation
6675

@@ -114,6 +123,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
114123
*Modularization of applications, dependency injection, etc.*
115124

116125
* [Domino](https://github.com/helgoboss/domino) — Write elegant OSGi bundle activators in Scala.
126+
* [Sclasner](https://github.com/xitrum-framework/sclasner) - Scala classpath scanner.
117127
* [Scaldi](https://github.com/scaldi/scaldi) — Lightweight Scala Dependency Injection Library.
118128
* [MacWire](https://github.com/adamw/macwire) — Scala Macro to generate wiring code for class instantiation. DI container replacement.
119129
* [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
141151
*Scala libraries and wrappers for HTTP clients.*
142152

143153
* [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.
144155
* [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.
145156
* [Spray](http://spray.io/) — Actor-based library for http interaction.
146157
* [Tubesocks](https://github.com/softprops/tubesocks) — Library supporting bi-directional communication with websocket servers.

0 commit comments

Comments
 (0)