npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@rwth-acis/syncmeta-widgets

v2.4.10

Published

SyncMeta is a near real-time collaborative modeling framework. This package only contains the used widgets. If you want to use the SyncMeta app in a docker container, see https://github.com/rwth-acis/syncmeta.

Downloads

65

Readme

SyncMeta - Near real-time collaborative modeling framework

For the full documentation, please visit the SyncMeta Documentation.

Build and Run

The easiest way to build and run Syncmeta is to use Docker. If you don't have Docker installed, you can find the installation instructions here.

Using Docker

Run the following command

docker compose -f "docker-compose.yml" up -d --build

This will build the Syncmeta Docker image and run the containers for Syncmeta and the y-websocket. After the container started to run, the application will be accessible via http://127.0.0.1:8000

Dev server

There is also the possibility to launch a local dev server. On the first usage, you need to install the dependencies for the example-app and the widgets. Navigate to the respective folders and run npm i.

Now, navigate back to the example-app folder of the repository and run

npm run dev

This will run watchers that will rerun the build process on any changes you make to the app or widgets.

The application will be accessible via http://127.0.0.1:8000

Usage

When the application is up and running, you will see two options on the main page: the meta-modeling space and the modeling space. As their names imply, you can create the metamodel in the meta modeling space and after creating the meta model, it can be uploaded to the modeling space with the 'Generate Metamodel' button. The created metamodel can be tried instantly in the modeling space in this way.

Updating and Publishing

We follow a SemVer-like versioning scheme, where new releases are tagged with a version number. If you want to publish a new release, you need to create a new tag and push it to the repository. Furthermore, you need to update the version number in the package.json file to match the tag you just created. The repository is configured to automatically bundle the widgets and publish them to NPM if you publish a new release. The CI is configured in .github\workflows\npm-publish.yml. The CI checks if the tag matches the version number in the package.json file and if so, it will publish the widgets to NPM.

Demo Videos

  • SyncMeta vs. SyncLD SyncMeta vs. Domain-dependent IMS LD Collaborative Authoring Tool, using OT.
  • SyncMeta SyncMeta using Operational Transformation.
  • SyncMeta Nudges SyncMeta with Collaborative Modeling Recommendations, using Operational Transformation.
  • Community Application Editor Model-Driven Web Engineering Framework based on SyncMeta, using Operational Transformation.
  • Community Application Editor Live Coding Model-Driven Web Engineering Framework with model-to-code synchronization, live coding and live preview, based on SyncMeta, using Yjs.
  • Storytelling Tool Collaborative Storytelling with 3D Objects realized with SyncMeta using Yjs