Git Product home page Git Product logo

temphia's Introduction

Temphia

THIS PROJECT GOING THROUGH REWRITE AGAIN, JOIN DISCORD IF YOU WANT TO BE INVOLVED :D

Discord Link

Docs | FAQ | Architecture | Glossary | Demo video

🚨🚨🚨Alpha software🚨🚨🚨

Temphia is a platform for small apps, known as "plugs", which run inside a language virtual machine (VM) such as JavaScript (JS) or WebAssembly (Wasm), and communicate with each other through message passing. Apps have specific capabilities based on the resources they are assigned.

Each app also has its own private key-value storage for storing simple states, and can optionally assign a data table resource for more complex database needs. Additionally, app has an associated user interface (UI) written in JS, which is executed inside an iframe or sub-origin (e.g., xyzapp.mytemphia.com). more

Features

  • πŸ’Ύ Datatables (postgres, sqlite).
  • 🧦 Websocket rooms (called sockd rooms).
  • πŸ“‚ Files and Folder (called cabinet).
  • 🧩 Pluggable language executor (js, wasm).
  • πŸ‘₯ Group bashed user management.
  • πŸ” Logging Abstraction and exploration.
  • πŸ—„οΈ Key Value db for storing simple states.
  • πŸ“¦ Repository/Store for importing packages, simple to implement own repository.
  • 🐹 Extendable in native golang (custom resource/modules, custom executor).
  • 🏒 Multi-Tenant
  • πŸ—ƒοΈ Single static binary (ui embed)

Why

  • Batteries included means it's much faster to develop apps, as well as developed apps will be leaner because you are developing on top of primitives provided by the runtime.
  • If everyone makes apps targeting a common runtime, then system management burden becomes much less. System operations like data backup and restore are standardized across all apps.
  • Apps developed this way are much more composable, apps can emit message for special events and other apps can react to that messages.
  • As an app developer, you're relieved from the responsibility of hosting your app and dealing with associated problems. Instead, users can import and install apps from a repository of their choice on hardware they own or choose vendor they like.

temphia's People

Contributors

bornjre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.