Skip to content

Commit 68aaf11

Browse files
committed
Merge pull request lauris#71 from travisbrown/distributed-systems
Add distributed systems section.
2 parents d7bf793 + a52ce02 commit 68aaf11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
1515
- [Big Data](#big-data)
1616
- [Functional Reactive Programming](#functional-reactive-programming)
1717
- [Modularization and Dependency Injection](#modularization-and-dependency-injection)
18+
- [Distributed Systems](#distributed-systems)
1819
- [Extensions](#extensions)
1920
- [Android](#android)
2021
- [HTTP](#http)
@@ -136,6 +137,13 @@ A community driven list of useful Scala libraries, frameworks and software. This
136137
* [MacWire](https://github.com/adamw/macwire) — Scala Macro to generate wiring code for class instantiation. DI container replacement.
137138
* [SubCut](https://github.com/dickwall/subcut) — Scala Uniquely Bound Classes Under Traits.
138139

140+
## Distributed Systems
141+
142+
*Libraries and frameworks for writing distributed applications.*
143+
144+
* [Akka](http://akka.io/) — A toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications.
145+
* [Finagle](https://twitter.github.io/finagle/) — An extensible, protocol-agnostic RPC system designed for high performance and concurrency.
146+
139147
## Extensions
140148

141149
*Scala extensions.*

0 commit comments

Comments
 (0)