
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Reboost is a super fast dev server for rapid web development.
It makes use of native ES modules to enable fast, bundle-less development experience, so you can develop your app faster.
Learn more about what it does.
Experimental: Reboost is in early development, and some things may change/break before we hit version 1.0.
Only for development build: Reboost is intended to use only on development, for production you've to
bundle up your files by yourself using bundlers like Webpack, Rollup, etc.
Run this command in your terminal
npm init @reboost/app
Then it will ask you to choose a template from the available templates.
After that, open the directory where your app is extracted, install dependencies, then run
node reboost
If you don't want to use the CLI, you can manually create an app.
Changelog
Configurations
Plugins
Plugin API
Hot Reload API
Recipes
FAQs/Troubleshooting
See the Recipes for many template configurations.
When developing a web app, as your number of modules increases, your compile-time slows down, it's a big problem, it takes a lot of precious time which you could have used to develop your app. Since ES2015 (aka ES6) modules are supported natively by browsers. If you can connect (or you can say serve) them up correctly, it will work on browsers without the need for bundling. Here, Reboost does that for you - the serving part. So you can develop your app faster.
Licensed under the MIT License.
This project is nothing without your support. If you like this project then help us by giving a star on its GitHub repository 😃
FAQs
A super fast dev server for rapid web development
The npm package reboost receives a total of 6 weekly downloads. As such, reboost popularity was classified as not popular.
We found that reboost demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.