UNPKG

waveorb

Version:

Waveorb Javascript web app development framework

49 lines (35 loc) 1.89 kB
# 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 support There'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)