Got a bit of organizational work done over the weekend at Orycon. I'm mostly trying to map out the intra-browser communications via GRPC. The browser can start up and launch it's Emissary processes.
I'm seriously considering making IdentityServer4 a big part of the Kudo server since it seems to overlap with what it was supposed to do. There's still a lot to the Kudo server separate from authorization/authentication, but this seems to be a big chunk I don't have to write.
VR Worlds is a concept for building, essentially, an VR/AR (XR) Operating system, which allows any number of worlds to operate together and run in modern scalable containerized servers. Anyone can field their own worlds and so make their own rules rather than some giant top down architecture.
Monday, November 11, 2019
Subscribe to:
Posts (Atom)
Random Thoughts, Some Progress
Lots of work at work, so not as much time for projects. Smattering of thoughts: Godot doesn't really seem ready for prime-time with c...
-
So, the original idea for the _payload directory in the Emissary was to allow the initial state of meshes and whatever other assets might be...
-
Interesting article on asymmetric cryptography... Don't Use RSA So, looks like I will be using Elliptic Curves with Curve 25519 . ...
-
So, I wasn't really thinking that the V8 environments in the browser would be truly compatible with node or chrome. That leads to issue...