Categorygithub.com/rolfrm/remotevm
repositorypackage
0.1.0
Repository: https://github.com/rolfrm/remotevm.git
Documentation: pkg.go.dev

# README

Remote VM

Remote IPC system using a bytecode VM.

This could be an alternative to SQL, GraphQL, SSH, REST

Test

For test you'll need a tls certificate:

openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 365 -nodes