Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quenty/roblox-sync-experiment
An experimental roblox studio syncer using a plugin and node.js
https://github.com/quenty/roblox-sync-experiment
express lua node plugin roblox syncing
Last synced: 5 days ago
JSON representation
An experimental roblox studio syncer using a plugin and node.js
- Host: GitHub
- URL: https://github.com/quenty/roblox-sync-experiment
- Owner: Quenty
- License: mit
- Created: 2018-03-15T20:28:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T20:29:03.000Z (almost 7 years ago)
- Last Synced: 2024-12-25T08:41:46.890Z (about 2 months ago)
- Topics: express, lua, node, plugin, roblox, syncing
- Language: Lua
- Size: 33.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
This project is an experiment left here. I highly recommend looking at [rojo](https://github.com/LPGhatguy/rojo) instead.
This project is not functional right now past pulling. It used a node server to syncronize roblox items with Roblox studio. Notably, it used long-polling and a syncing system that used MD5 hashes to compare differences before syncing back and forth.
It is being open sourced now because some of the patterns in the code are interesting.