Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hyperstackjs/hyperstack

The pragmatic app framework for builders 🐶
https://github.com/hyperstackjs/hyperstack

hacktoberfest jamstack javascript nodejs rails typescript

Last synced: about 2 months ago
JSON representation

The pragmatic app framework for builders 🐶

Awesome Lists containing this project

README

        

# Welcome to Hyperstack :metal: :guitar:
CI
License: MIT

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