Coder Social home page Coder Social logo

scala-loci-doc's Introduction

layout title nav_order permalink has_toc
default
Introduction
1
/
true

ScalaLoci

This site serves as an introduction into ScalaLoci and the concepts behind it. The target audience are developers, who want to use ScalaLoci as well as those that want to get a brief overview.

ScalaLoci is a multitier distributed programming language based on Scala. It allows users to write distributed applications as if they were one single application. ScalaLoci automatically splits the code across the different compile targets (currently JVM applications as well as JavaScript web-applications are supported) and takes care of the networking logic.

Multitier programming in ScalaLoci enables reasoning about distributed data flows, while the underlying placement type system keeps the distribution of code clear to the developer. In contrast to many other multitier languages, ScalaLoci supports user-defined, complex topologies between the nodes in the system. Thereby, it abstracts over the details of network communication and takes the pain of moving data and function calls between processes from the developer. Moreover, proper separation of functionalities in the distributed system is enabled through modularization of the multitier code without enforcing these borders at the communication points as common in today's programs. ScalaLoci aims for easier and more joyful development of distributed systems by making it as simple as writing non-distributed programs.

To get started using ScalaLoci, have a look at the Getting Started section or look at one of the example applications on Github.

This documentation is available as website at https://scala-loci.github.io/doc/.

scala-loci-doc's People

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.