
A self hosted virtual browser (rabb.it clone) that runs in docker.
n.eko is an innovative app designed to provide a streaming solution for watching content with friends, particularly for those who find traditional platforms insufficient. Developed as a response to the discontinuation of rabb.it, this application utilizes Web RTC technology to stream desktops within a Docker container. It aims to create a fun and social environment where users can enjoy watching anime together, despite the challenges posed by internet limitations and technical difficulties with other streaming services.
While n.eko may not fully replicate the extensive features of its predecessor, it introduces some unique functionalities that enhance group viewing experiences. With its straightforward setup and user-friendly interface, n.eko caters specifically to the needs of those who want to connect and share viewing experiences with friends in a seamless manner.

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.