https://github.com/weisrc/inassembly
The repository for a web framework/library to create web apps that assembles itself as the user navigates.
https://github.com/weisrc/inassembly
Last synced: about 1 month ago
JSON representation
The repository for a web framework/library to create web apps that assembles itself as the user navigates.
- Host: GitHub
- URL: https://github.com/weisrc/inassembly
- Owner: weisrc
- License: mit
- Created: 2020-06-26T19:01:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T15:41:04.000Z (over 3 years ago)
- Last Synced: 2025-04-03T07:19:41.861Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inassembly
is a relatively unstable web framework that still needs lots of work.## Concept
Build applications in the same fashion as React, a component based library, with less setup.
Create applications that download the components as the user navigates.## Locations
```root/Inassembly.js``` is the file for the front-end library.```root/compiler/index``` is the file for the back-end compiler/parser.
```root/docs/app.html``` is the entry point for docs.
## The compiler
Node is required for the compiler and will compile/parse the file into a json format so it could be sent to the front-end.## The library
Renders the content in json form sent by the server into the dom. Needs a ton of work for stability.