Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icyc9/limelm-distributed-proxy
A distributed proxy for multiple computer authentication of limelm applications.
https://github.com/icyc9/limelm-distributed-proxy
Last synced: 10 days ago
JSON representation
A distributed proxy for multiple computer authentication of limelm applications.
- Host: GitHub
- URL: https://github.com/icyc9/limelm-distributed-proxy
- Owner: icyc9
- Created: 2016-12-15T01:00:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T01:09:45.000Z (about 8 years ago)
- Last Synced: 2024-11-06T20:07:17.945Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LimeLM distributed proxy
LimeLM is a common online activation software licensing service. This proxy attempts to intercept requests to the LimeLM authentication API and persist responses. The authentication response can then be mocked on all subsequent requests to the service in different instances of the program.I am using a distributed file system with a master instance that will interact with the LimeLM authentication API. Child instances are then deployed under the distributed file system which retrieve authentication responses from the persisted file.
This grants the capability of running a LimeLM authentication based software on an indefinite amount of computers, opposed to a fixed amount.