File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
15
15
- [ Big Data] ( #big-data )
16
16
- [ Functional Reactive Programming] ( #functional-reactive-programming )
17
17
- [ Modularization and Dependency Injection] ( #modularization-and-dependency-injection )
18
+ - [ Distributed Systems] ( #distributed-systems )
18
19
- [ Extensions] ( #extensions )
19
20
- [ Android] ( #android )
20
21
- [ HTTP] ( #http )
@@ -134,6 +135,13 @@ A community driven list of useful Scala libraries, frameworks and software. This
134
135
* [ MacWire] ( https://github.com/adamw/macwire ) — Scala Macro to generate wiring code for class instantiation. DI container replacement.
135
136
* [ SubCut] ( https://github.com/dickwall/subcut ) — Scala Uniquely Bound Classes Under Traits.
136
137
138
+ ## Distributed Systems
139
+
140
+ * Libraries and frameworks for writing distributed applications.*
141
+
142
+ * [ Akka] ( http://akka.io/ ) — A toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications.
143
+ * [ Finagle] ( https://twitter.github.io/finagle/ ) — An extensible, protocol-agnostic RPC system designed for high performance and concurrency.
144
+
137
145
## Extensions
138
146
139
147
* Scala extensions.*
You can’t perform that action at this time.
0 commit comments