diff --git a/README.md b/README.md new file mode 100644 index 0000000000..11f2edf074 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Akka + +We believe that writing correct concurrent & distributed, resilient and elastic applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction. + +Akka is here to change that. + +Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. + +For resilience we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop. + +Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications. + +Akka is Open Source and available under the Apache 2 License. + +Learn more at [akka.io](http://akka.io/). Join the [akka-user](https://groups.google.com/forum/#!forum/akka-user) mailing list. Follow [@akkateam](https://twitter.com/akkateam) on twitter. + +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/akka/akka?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) \ No newline at end of file diff --git a/README.textile b/README.textile deleted file mode 100644 index e244f7bfd4..0000000000 --- a/README.textile +++ /dev/null @@ -1,15 +0,0 @@ -h1. Akka - -We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction. - -Akka is here to change that. - -Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. - -For fault-tolerance we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop. - -Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications. - -Akka is Open Source and available under the Apache 2 License. - -Learn more at "http://akka.io":http://akka.io.