kwast-os / kwast

Rust operating system running WebAssembly as userspace in ring 0
MIT License
159 stars 4 forks source link

"Proxy" microkernel server #6

Open nielsdos opened 5 years ago

nielsdos commented 5 years ago

Idea for the far future:

We have a microkernel architecture, which means that every service runs as a server. We could create a program that acts as a proxy for those servers. The proxy intercepts the traffic between user program <-> server and could send it over network to another computer. Could be used so other computers could interact with a device on another computer using such proxy server, could happen transparently.