Giter Club home page Giter Club logo

akka.js's Introduction

Warning: unstable branch, compilation might be broken. If you want a stable version, please check out master

This repository contains an ongoing effort to port Akka to the JavaScript runtime, thanks to Scala.js

Current status

Build it and try the examples

If you are brave and you wanna compile this bleeding edge version you need to:

$ git clone https://github.com/sirthias/parboiled2.git
$ cd parboiled2/
$ git checkout release-2.1-js
$ sbt publishLocal  // StackOverflowException if try fastOptJS
$ # the above published to $HOME/.ivy2/local/org.parboiled/parboiled_sjs0.6_2.11/2.1.1-SNAPSHOT/
$ cd ..
 
$ git clone https://github.com/unicredit/scalajs-ir-patcher
$ cd scalajs-ir-patcher
$ sbt publishLocal
$ # publishes to $HOME/.ivy2/local/eu.unicredit/irpatchplugin/scala_2.10/sbt_0.13/0.0.1-SNAPSHOT
$ cd ..
 
$ git clone https://github.com/evacchi/shocon
$ cd shocon
$ sbt publishLocal
$ # publishes to $HOME/.ivy2/local/eu.unicredit/shocon_2.11/0.0.1-SNAPSHOT
$ #              $HOME/.ivy2/local/eu.unicredit/shocon_sjs0.6_2.11/0.0.1-SNAPSHOT
$ cd ..
 
$ git clone https://github.com/unicredit/akka.js
$ cd akka.js #-> place us in merge.js branch
$ git checkout merge-js
$ sbt
> project akkaJsActorIrPatches
> compile
> publishLocal
> // publishes to $HOME/.ivy2/local/akka.js/akkajsactorirpatches_sjs0.6_2.11/0.1-SNAPSHOT
> project akkaActorJS
> publishLocal 
> //published to $HOME/.ivy2/local/akka.js/akkaactor_sjs0.6_2.11/0.2-SNAPSHOT/

Then download the examples and follow the README.md available here

Design documentation

The BSc thesis detailing most of the work and the approach taken can be found here

The original codebase derives from Sébastien Doeraene's scala-js-actors, you can find his original report here.

Akka version

As of now, code is taken from Akka 2.3.9

License

Akka.js is distributed under the Scala License.

akka.js's People

Contributors

yawnt avatar sjrd avatar andreatp avatar antonkulaga avatar

Watchers

Karl Palmskog avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.