I built an online mesh chat based on your work. #1015
Closed
wdunn001
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello Amazing work absolutely incredible. I've been working on a project codecai.net. As part of the demo of that project I built a lightweight mesh to do machine to machine and human to machine transport over meshes with super low bandwidth signaling solutions to show off what it enabled. I saw your project and used a slightly modified skippy to build out a model and refactored (significantly) legion.codecai.net to act as a distributed model mesh and communal chat solution. I am still working on it but https://github.com/wdunn001/Unstable-legion is the frontend codebase and here is the runtime codebase https://github.com/wdunn001/legion-stage-runtime. I'd love to get some feedback on it. This wasn't really my focus as I am trying to build out an efficient transport layer for AI as part of storyplane.io however my machine to machine communication protocol and this were just to amazing to ignore.
All reactions