Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperstackjs/hyperstack
The pragmatic app framework for builders 🐶
https://github.com/hyperstackjs/hyperstack
hacktoberfest jamstack javascript nodejs rails typescript
Last synced: 1 day ago
JSON representation
The pragmatic app framework for builders 🐶
- Host: GitHub
- URL: https://github.com/hyperstackjs/hyperstack
- Owner: hyperstackjs
- License: mit
- Created: 2022-11-17T18:15:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T06:36:36.000Z (6 months ago)
- Last Synced: 2024-12-23T21:12:29.809Z (8 days ago)
- Topics: hacktoberfest, jamstack, javascript, nodejs, rails, typescript
- Language: TypeScript
- Homepage: https://hyperstackjs.io
- Size: 19.2 MB
- Stars: 403
- Watchers: 3
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Welcome to Hyperstack :metal: :guitar:
Hyperstack is a modern Node.js web framework for the pragmatic programmer.
![](docs/website/docs/00_getting-started/banner.png)
Docs:
Quick Start •
Models •
Controllers •
Workers •
Authentication •
Deploying# Getting started
```
$ pnpm create hyperstack
```And then
```
$ cd my-hyperstack-app
$ pnpm install && pnpm run dev
```That's it, you can `curl` your app:
```
$ curl http://localhost:5150/
```And then, continue [to the website to learn more](https://hyperstackjs.io/docs/getting-started/).
## What's with the EVH references?
_Hyperstack_ is loaded with Van Halen references.
Eddie Van Halen was a great musician and guitar soloist, but also a [great engineer with a hacker mentality](https://www.popularmechanics.com/technology/a15615/how-eddie-van-halen-hacks-a-guitar/).
So Hyperstack is for people who like to hack things and go solo. Get it?
# License
MIT