Coder Social home page Coder Social logo

jerrylin224 / elastos.rt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from songsjun/elastos.rt

0.0 1.0 0.0 199.8 MB

Guest Runtime as an App Engine

Home Page: https://elastos.org

License: Other

CMake 0.51% Shell 0.24% Perl 6 0.01% Perl 0.12% C++ 89.61% C 5.69% Assembly 0.59% Java 1.89% Makefile 0.09% SAS 0.01% Ada 0.37% Pascal 0.26% C# 0.23% Objective-C 0.10% Batchfile 0.01% DIGITAL Command Language 0.10% HTML 0.14% CLIPS 0.03% Module Management System 0.01% Roff 0.02%

elastos.rt's Introduction

ElastosRT Build Status

Summary

ElastosRT is a development framework.

The programming idea with CAR is the essential technology in Elastos, it runs through the entire technology system implementation. In Elastos Runtime the component library provided by the Elastos framework is implemented using CAR technology.

Technology

1. CAR

  • What is CAR?

    CAR means The Component Assembly Runtime (CAR). It is Java with machine code. It is COM with metadata.

    It is a component-oriented programming model and also a programming idea, and it is described by special standards divided in two parts: specification and implementation. The specification part tells how to define the components and how to communicate among components. Following the specification, any language can be used. Thus, CAR can be implemented in many ways. Elastos operating system implements the CAR core services.

    CAR components provide service using interface, component interface needs the metadata to describe the component so that other users can know how to use the service. Metadata describe the relationship between services and calls. With this description, calling between different components becomes possible, and members of the long-range, inter-process communication can be properly carried out. The major solved problems by CAR component technology are: component from different sources can interoperate; components upgrade but affect no other component; component is independent of the programming language; transparency of component operating environment.

  • CAR Language

  • Basic Data Type

  • Component Class and Interface

2. RPC by CAR interface

Build

Development

More

If you want to learn more, please refer to the following:

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.