Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixpulvis/daemon
https://github.com/nixpulvis/daemon
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nixpulvis/daemon
- Owner: nixpulvis
- Created: 2019-05-25T04:53:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:05:02.000Z (over 3 years ago)
- Last Synced: 2024-10-18T23:39:46.666Z (18 days ago)
- Language: CSS
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daemon
Life, in order.
## Main Objects
### Task
### Event
...## Primitives
### Text
### Number
### Money
### Date/Time
...## Crates / Packages
### `daemon` (_pending_)
- Background daemon aptly named `daemon` to allow fast, possibly cached access
- System monitoring?### `daemon-core`
- Main Objects & Primitives
- Serde
- Domain logic### `daemon-server`
- HTTP Server
- Static sites
- Dynamic content
- Authentication
- DB? Text files (seriously)### `daemon-cli`
- fast entry and view
- `git` and `psql` inspired
- could interact directly with `daemon-core` or through `daemon`.### `daemon-ui`
- `wasm` (using `wasm-pack` and `webpack`)
- Makes HTTP requests to `daemon-server`
- Renders Main Objects & Primitives in HTML/CSS
- Provides client libraries in JS/TS for `daemon(-server)`