Skip to content
@RoturTW

RoturTW

Welcome to Rotur!

What? Who? Why?

What is rotur?

Rotur is a project started on the 29th of June, 2024 by these people:

Mistium Flufi

Rotur is intended to allow any project that uses the cloudlink system to have a standard for communication between projects.

Who is Rotur for?

Rotur is intended mostly for Turbowarp operating systems

The standard should allow for things like crossplay of games between operating systems, or collaborative editing on text editors, running on completely different projects!

We think this could be really really cool if its implemented at a wide scale, and it is currently Present in 5 Systems (2 Released)

Why use Rotur?

Rotur's packet formatting is simple but powerful, and has a few advantages over using base Cloudlink 4, which is for Scratch-Based Mods.

This is a raw packet sent from

{
    "cmd": "pmsg", // yes this is based on cl4
    "val": {
        "client": { // some metadata info (kinda like the user agent)
            "system": "", // name of the system you are using
            "version": "" // version of the system you are using
        },
        "source": "", // this is the port you are sending the data from (to allow for replies)
        "target": "", // this is the 'port' that you want to send to
        "payload": "", // the data that you are sending to the port
        "timestamp": "" // the unicode timestamp of when the packet was sent
    },
    "id": "" // username to send the packet to
}

You need not worry though! A sample project we have made handles this whole packet thing for you, (linked here:download).

Cant wait to answer any questions or just general discussion about this because i think it could go pretty far.

Links:

https://rotur.dev https://github.com/RoturTW/main

Popular repositories Loading

  1. main main Public

    Rotur: a Web Packet Standard For Communication Between Operating Systems

    JavaScript 5 5

  2. apps apps Public

    The Rotur App Store

    4 6

  3. .rtr .rtr Public

    The rotur web rendering language

    JavaScript 2

  4. gui gui Public

    HTML 1

  5. rotur.dev rotur.dev Public

    HTML 1 1

  6. .rdf .rdf Public

    A type restricted data storage format

    JavaScript 1

Repositories

Showing 10 of 14 repositories
  • docs Public
    RoturTW/docs’s past year of commit activity
    0 0 0 0 Updated Mar 19, 2025
  • rotur.dev Public
    RoturTW/rotur.dev’s past year of commit activity
    HTML 1 1 0 0 Updated Mar 18, 2025
  • main Public

    Rotur: a Web Packet Standard For Communication Between Operating Systems

    RoturTW/main’s past year of commit activity
    JavaScript 5 GPL-3.0 5 1 0 Updated Mar 18, 2025
  • .rdf Public

    A type restricted data storage format

    RoturTW/.rdf’s past year of commit activity
    JavaScript 1 0 0 0 Updated Mar 12, 2025
  • .rtr Public

    The rotur web rendering language

    RoturTW/.rtr’s past year of commit activity
    JavaScript 2 0 0 0 Updated Mar 11, 2025
  • apps Public

    The Rotur App Store

    RoturTW/apps’s past year of commit activity
    4 6 0 0 Updated Mar 11, 2025
  • .rwl Public
    RoturTW/.rwl’s past year of commit activity
    JavaScript 0 0 0 0 Updated Mar 11, 2025
  • Claw Public
    RoturTW/Claw’s past year of commit activity
    Python 0 0 0 0 Updated Mar 9, 2025
  • icn Public
    RoturTW/icn’s past year of commit activity
    0 0 0 1 Updated Mar 3, 2025
  • gui Public
    RoturTW/gui’s past year of commit activity
    HTML 1 MIT 0 0 0 Updated Feb 15, 2025

Top languages

Loading…

Most used topics

Loading…