This repository has been archived on 2024-06-24 . You can view files and clone it, but cannot push or open issues or pull requests.
the code authored in 52ee7372765e272aad7cb52b9dceecf9d0145f55 (probably) worked in the browser due to string to numeric type autoconversion but didn't typecheck during container build. namely, Object.keys(this.activeKeys) will always return a string[]; however, we need number[] for the sendData() call to typecheck. this replaces the untyped object holding active keys with a Set<number>, which is more expressive anyway.
n.eko
This app uses Web RTC to stream a desktop inside of a docker container, I made this because rabb.it went under and my internet can't handle streaming and discord keeps crashing when my friend attempts to. I just want to watch anime with my friends ლ(ಠ益ಠლ) so I started digging throughout the internet and found a few kinda clones, but none of them had the virtual browser, then I found Turtus and I was able to figure out the rest. This is by no means a fully featured clone of rabbit, it hs only one room. It's stateless, so no saved user names or passwords.
Features
- Text Chat (With basic markdown support, discord flavor)
- Admin users (Kick, Ban & Force Give/Release Controls)
- Clipboard synchronization (on supported browsers)
- Emote overlay
- Ignore user (chat and emotes)
- Persistent settings
Why n.eko?
I like cats 🐱 (Neko
is the Japanese word for cat), I'm a weeb/nerd
But why the cat butt? Because cats are assholes, but you love them anyways.
Documentation
Description
Languages
Go
30.4%
TypeScript
25.4%
Vue
24.1%
JavaScript
9.4%
C
3.7%
Other
7%