Akka.NET Dragons Demo (a.k.a. the project) is a demo project to showcase Akka.NET concepts, prepared specifically for Developers, Developers, Developers (DDD) conference.
The project is developed on Visual Studio 2015, and runs on the following core technology and frameworks (in alphabetical order):
- .NET 4.6
- Akka.NET
- ServiceStack
In addition, the following libraries are used:
- Swagger
For a complete and up-to-date list, please refer to humans.txt
at the root of AkkaDotNet.Dragons.Web
project folder.
The following is a breakdown of the project's top-level folder structure:
/resources
contains the following:- PDF presentation
- Original images / sources
/src
contains the code samples, including tests/tests
contains the test code
This software is licensed under the Apache 2 license, quoted below.
Copyright (c) 2015 Akka.NET Dragons Demo contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.