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 )
@@ -136,6 +137,13 @@ A community driven list of useful Scala libraries, frameworks and software. This
136
137
* [ MacWire] ( https://github.com/adamw/macwire ) — Scala Macro to generate wiring code for class instantiation. DI container replacement.
137
138
* [ SubCut] ( https://github.com/dickwall/subcut ) — Scala Uniquely Bound Classes Under Traits.
138
139
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
+
139
147
## Extensions
140
148
141
149
* Scala extensions.*
You can’t perform that action at this time.
0 commit comments