-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting projects to /v3 #1615
Comments
I've ported webexec, been pretty straight forward |
@daonb webexec is super cool! More people need to know about it :) Mind if I post on our Twitter about it? You should also post on reddit.com/r/golang reddit.com/r/webrtc and do a Show HN! I think WebRTC would be really great for ops tools. You get E2E encrypted (instead of routing through a server) and Go just makes things so easy to deploy |
@Sean-Der Thanks for your kind words and for the offer to help. I feel webxec and its client - Terminal7 - needs more testing before spreading the word. Terminal7 is a touchable terminal emulator & multiplexer inspired by tmux 💟. Just like tmux it supports multiple tabs and panes in complex layouts. Unlike tmux, it has its own webrtc based communication allowing each pane to have its own font size and it recognizes gestures to split, scroll, resize & zoom. For now it's only for the iPad but being a hybrid app, I will soon add support android, windows, linux, etc. It's pretty stable - even though the peer connection is being teared down and setup every time the user is switching an app, webrtc handles it very well. I've just released a new minor version of both webexec and Terminal7 and submitted it for TestFlight approval. I'll post the public beta url here as soon as I get it, hoping you (and others) can get an iPad and join me in coding over webrtc. |
Hi @Sean-Der I have ported https://github.com/MixinNetwork/kraken to v3. The NACK interceptor has saved bunch of code. |
@cedricfung wohoo that is awesome news! Thanks for continuing to maintain such an awesome project :) |
It looks like all major projects have been ported. I don't think we need to track this anymore! |
List of projects that need ported
Projects Status
The text was updated successfully, but these errors were encountered: