Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldoy/waveorb
Javascript web app development framework
https://github.com/eldoy/waveorb
Last synced: 6 days ago
JSON representation
Javascript web app development framework
- Host: GitHub
- URL: https://github.com/eldoy/waveorb
- Owner: eldoy
- License: mit
- Created: 2019-07-22T11:20:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T15:23:17.000Z (6 months ago)
- Last Synced: 2024-05-16T18:25:12.961Z (6 months ago)
- Language: JavaScript
- Homepage: https://waveorb.com
- Size: 2.05 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 125
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript Web App Development Framework
The [Waveorb Javascript Web App Development Framework](https://waveorb.com) is everything you need to develop modern, fast, advanced and future proof web applications.
It boasts the following features:
* Create complex frontends using vanilla Javascript
* ... or use whichever frontend you like, it's flexible
* Easily create JSON web services
* Code generator for frontend and backend
* Backend middleware, filters and validations
* Server setup and command line deploy
* Perfect as a Jamstack static site generator, but can do SSR as well
* Dead simple uploads, emails, layouts, translations, you name it
* Built-in tooling and config environments
* Plugin supportThere's a lot more to discover, just try it out.
[» Documentation is found here.](https://waveorb.com/docs)
### Install
```bash
npm i -g waveorb
```### Usage
```bash
waveorb help
```### Related repositories
The following repositories are made for use with Waveorb, to make building web applications easier:
* [Waveorb Util](https://github.com/eldoy/waveorb-util) - Utility JS functions for server and browser
* [Waveorb Form](https://github.com/eldoy/waveorb-form) - Form functions for posting forms and uploads
* [Waveorb Components](https://github.com/eldoy/waveorb-components) - Collection of web components for rapid development
* [Waveorb Client](https://github.com/eldoy/waveorb-client) - Specialized HTTP client for server and browser
* [HAKA](https://github.com/eldoy/haka) - Functional JS HTML and DOM manipulation toolkit
* [Waveorb Templates](https://github.com/eldoy/waveorb-templates) - Boilerplate templates used by `waveorb create` to start new apps quickly
* [Waveorb Snippets](https://github.com/eldoy/waveorb-snippets) - Snippets for your editor to move fast### License
MIT licensed. Enjoy!
Created by [Eldøy Projects](https://eldoy.com)