This commit is contained in:
Craig 2020-01-14 22:54:09 +00:00
parent 2729c66ccc
commit effb11537c

View File

@ -6,8 +6,8 @@
<img src="https://github.com/nurdism/neko/raw/master/.github/demo.gif" width="650" height="auto"/>
</div>
# n.eko
This is a proof of concept project I threw together over the last few days, it's ugly, it's 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](https://en.wikipedia.org/wiki/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](https://github.com/Khauri/Turtus) and I was able to figure out the rest.
# **n**.eko
This is a proof of concept project I threw together over the last few days, it's 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](https://en.wikipedia.org/wiki/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](https://github.com/Khauri/Turtus) and I was able to figure out the rest.
This is by no means a fully featured clone of rabbit. The client 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.
@ -57,14 +57,3 @@ NEKO_CERT= // (SSL)Cert
### Development
*Highly* recommend you use a [dev container](https://code.visualstudio.com/docs/remote/containers) for [vscode](https://code.visualstudio.com/), I've included the `.devcontainer` I've used to develop this app. To build neko run:
`cd .docker && ./build`
### Goals
* Remove need for gstreamer, handle encoding/capturing with go
* Make firefox work with client (wrtc issues)
* Remove the need for supervisor and handle starting/stopping the applications
* Find ouw witch audio/video codec is the cheapest as far as data and performance goes (with minimal quality loss)
* Slim down the [robotgo](github.com/go-vgo/robotgo) package and *just* handle the key io
* Add user names for the client
* Add (text) chat for the client
* Add that cool emoji thing rabb.it had
* Slim down the docker container (use alpine)