https://github.com/ericrabil/pasteboard
https://github.com/ericrabil/pasteboard
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericrabil/pasteboard
- Owner: EricRabil
- Created: 2021-12-28T17:58:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T02:38:17.000Z (over 4 years ago)
- Last Synced: 2025-01-06T04:41:54.979Z (over 1 year ago)
- Language: TypeScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pasteboard!
pasteboard is a service I wrote for dumping volatile data that I want to use in other spots, that aren't conveniently streamable otherwise.
it is backed by redis, and adapters are implemented that set and publish changes to redis via RedisJSON. there can be numerous independent adapters working in harmony. there is also an HTTP server that acts as a frontend for accessing this data through either REST or WebSocket.