NETRAVE/docker/netrave-protohandler/Gemfile
VetheonGames 674aa5df91 Setup UUID generation for Consumers
Setup registration for orchestrators
make the proto_handler properly use it's in-memory DB for registrations
Ensure the Proto_handler goes both ways
Add a cache system so that consumers don't need to constantly re-register
Add a blacklist system to prevent unauthorized Consumers from getting access to the message queue
Add a ID assignment for each registered consumer to the proto_handler so we can keep track of them in the proto_handler
Add a async task to actually handle the input from the consumers
2023-08-10 15:01:48 -06:00

9 lines
114 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gem 'async'
gem 'openssl'
gem 'sequel'
gem 'socket'