
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
jetPath plugin for file upload using busboy and dependent on nodej
Explore JetPath APIs »
Join Community
.
Report Bug
.
Request Feature
--
Install JetPath Right away on your project using npm or Javascript other package managers.
npm i jetpath --save
import { JetPath } from "jetpath";
import { jetbusboy } from "jetbusboy";
const app = new JetPath({
port: 9000,
});
app.use(jetbusboy);
app.listen();
// in your uploader.jet.js
// handler
export async function POST_upload(ctx: Context) {
const form = await ctx.app.formData(ctx);
console.log(form);
if (form.image) {
await form.image.saveTo(form.image.filename);
}
ctx.send(form);
}
// body validation and definition
export const BODY_: JetSchema = {
body: {
image: { type: "file", inputType: "file" },
video: { type: "file", inputType: "file" },
textfield: { type: "string", nullable: false },
},
method: "POST",
};
Opensourced And Free.
Uiedbook is an open source, our vision is to make the web better, improving and innovating infrastructures for a better web experience.
You can join on telegram. Ask your questions and contribute XD.
If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.
Your contribution(s) is a good force for change anytime you do it, you can ensure JetPath's growth and improvement by contributing a re-occuring or fixed donations to:
https://www.buymeacoffee.com/fridaycandour
Or Click.
FAQs
JetPath plugin for file upload using busboy and dependent on nodejs
The npm package jetbusboy receives a total of 56 weekly downloads. As such, jetbusboy popularity was classified as not popular.
We found that jetbusboy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.