Updated references from akka to pekko #28 (#36)

* Updated references from akka to pekko

* Updated based on received comments

* Updated based on received comments

* Updated based on received comments

* Updated based on received comments

Co-authored-by: Samik R <samik@SRAYCHAU-IN>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
This commit is contained in:
Samik Raychaudhuri 2022-11-15 14:34:20 +05:30 committed by GitHub
parent 5aedde01db
commit 9edbc60292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 74 additions and 99 deletions

View file

@ -2,10 +2,10 @@ Apache Pekko
============
Apache Pekko is an open-source framework for building applications that are concurrent, distributed, resilient and elastic.
Pekko uses the Actor Model to provide more intuitive high-level abstractions for concurrency.
Using these abstractions, Pekko also provides libraries for persistence, streams, HTTP, and more.
Pekko uses the Actor Model to provide more intuitive high-level abstractions for concurrency. Using these abstractions, Pekko also provides libraries for persistence, streams, HTTP, and more.
Pekko is fork of [Akka](https://github.com/akka/akka) 2.6.x, prior to the Akka project's adoption of the Business Source License.
Pekko is a fork of [Akka](https://github.com/akka/akka) 2.6.x, prior to the Akka project's adoption of the Business Source License.
Reference Documentation
-----------------------