Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidos/solid-logic
Core business logic of Solid OS
https://github.com/solidos/solid-logic
running-code typescript
Last synced: about 2 months ago
JSON representation
Core business logic of Solid OS
- Host: GitHub
- URL: https://github.com/solidos/solid-logic
- Owner: SolidOS
- License: mit
- Created: 2020-10-29T16:05:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T19:59:33.000Z (7 months ago)
- Last Synced: 2024-10-28T15:29:20.267Z (2 months ago)
- Topics: running-code, typescript
- Language: TypeScript
- Size: 4.69 MB
- Stars: 12
- Watchers: 8
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solid-logic
Core business logic of SolidOS# Adendum
Solid-logic was a move to separate business logic from UI functionality so that people using different UI frameworks could use logic code.
It was created when the "chat with me" feature was built. We needed to share logic between chat-pane and profile-pane (which was part of solid-panes back then I think) due to that feature. The whole idea of it is to separate core solid logic from UI components, to make logic reusable, e.g. by other UI libraries or even non web apps like CLI tools etc.