Skip to content

kmp091/dynago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynago

This project uses Go plugins to dynamically execute code on a freeform request object. The request and response objects are Protobuf-serialized (as you would) and transmitted via gRPC.

Server

  • processing requests with arbitrary parameters, response has arbitrary data as well
  • use Go plugins for dynamically adding processing logic
  • accept any message type in the parameters
  • Dockerized so you can do:
docker build . -t dynago
docker run -p 4323:4323 dynago

(Port numbers are currently hardcoded. I plan to do a docker compose file soon enough)

Client

  • Go lang based sample gRPC Client

Future Plans

  • server: open an API to import and build plugins
  • .NET 5 based gRPC Client
  • eventually, a web frontend for modifying, testing and importing plugins
  • port numbers are not hardcoded

About

Just tinkering around with Go plugins (and learning Go itself)

Topics

Resources

License

Stars

Watchers

Forks

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy