Archived
2
0
default-ish neko just with some customization
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.
Go to file
2020-01-13 08:05:38 +00:00
.devcontainer first commit 2020-01-13 08:05:38 +00:00
.docker first commit 2020-01-13 08:05:38 +00:00
.github first commit 2020-01-13 08:05:38 +00:00
client first commit 2020-01-13 08:05:38 +00:00
server first commit 2020-01-13 08:05:38 +00:00
.gitattributes first commit 2020-01-13 08:05:38 +00:00
.gitignore first commit 2020-01-13 08:05:38 +00:00
Dockerfile first commit 2020-01-13 08:05:38 +00:00
neko.code-workspace first commit 2020-01-13 08:05:38 +00:00
README.md first commit 2020-01-13 08:05:38 +00:00
tsconfig.json first commit 2020-01-13 08:05:38 +00:00

n.eko

This is a proof of concept project I threw together over the last few days, its ugly its not perfect but it looks nice. This 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. I just want to watch anime with my friends ლ(ಠ益ಠლ) so I started digging throughout the net and found a few kinda clones, but non 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 has no concept of other peers. It has bugs, but for the most part it works. I'm not sure what the future holds for this. If I continue to use it and like it, I'll probably keep pushing updates to it. I'd be happy to accept PRs for any improvements.

Why n.eko?

I like cats, I'm a weeb and a nerd, I own the domain n.eko.moe and I love that logo I came across, had to use it for something /shrug

I need help setting this up!

Its a docker container, you need to have docker installed and then run

TODO:

Development

Highly recommend you use a dev container for vscode, I've included the .devcontainer I've used to develop this app