https://github.com/hyper63/workshops-nodejs
A collection of workshops using hyper, ExpressJS, NodeJS
https://github.com/hyper63/workshops-nodejs
Last synced: 8 months ago
JSON representation
A collection of workshops using hyper, ExpressJS, NodeJS
- Host: GitHub
- URL: https://github.com/hyper63/workshops-nodejs
- Owner: hyper63
- Created: 2021-10-24T11:15:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T01:44:11.000Z (over 4 years ago)
- Last Synced: 2025-03-02T18:32:19.529Z (about 1 year ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
⚡️ hyper workshops ⚡️
Learn by doing! 💪
---
## Welcome
Thank you for choosing to learn hyper using hyper workshops, these workshops are short demos that introduce you to the hyper API. Each workshop is about 15 to 30 minutes long. In this repo the workshops are built with NodeJS, ExpressJS and Javascript.
> The future Blueberry release is scheduled for 1/17/2022. It will include a swap of the id field to the _id field for the primary key on data documents.
## Getting Started
The best way to do these workshops is to use gitpod.io
🚀[Launch Workspace](https://gitpod.io#https://github.com/hyper63/workshops-nodejs/tree/master) 🚀
## Workshops
> Workshop status: ✅ - Ready | ⚙️ - In Progress | 🔮 - Todo
### Data
- [✅ Hello World](/data-hello-world)
- [✅ Connect](/data-connect)
- [✅ Query](/query)
### Cache
- [🔮 Counters](/counters)
- [🔮 Hot Queries](/hot-queries)
### Search
- [🔮 Search](/search)
### Storage
- [🔮 Uploading Files](/upload)
- [🔮 Downloading Files](/download)
### Queue
- [🔮 Notifications](/notifications)