All Projects → Secbone → koa-static2

Secbone / koa-static2

Licence: other
Middleware for Koa2 to serve a folder under a name declared by user

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to koa-static2

monero-merchant
Monero Merchant is a RESTful API wrapper for the official Monero wallet RPC. This project is mainly for merchants who hope to accept Monero as payment, which is currently the most robust and privacy-oriented cryptocurrency with extremely low transaction fees.
Stars: ✭ 27 (+92.86%)
Mutual labels:  koa2
mtapp
💫 💫 Vue全家桶(配Nuxt)+ssr服务器渲染+koa2 打造美团App项目(还在更新...)📦
Stars: ✭ 30 (+114.29%)
Mutual labels:  koa2
koa-orm
koa orm using sequelize & sk2 (fork from knex)
Stars: ✭ 62 (+342.86%)
Mutual labels:  koa2
ECHI VUE TODO
使用 Vue 开发的一款 TODO 应用,包含登录、待办、日程、历史事项、回收站。项目较为小型,适合进阶学习使用(💡请注意,项目大量使用 jsx 进行开发)。
Stars: ✭ 19 (+35.71%)
Mutual labels:  koa2
finger-blog
个人博客代码仓库
Stars: ✭ 25 (+78.57%)
Mutual labels:  koa2
amala
Lightweight, Typescript REST library powered by Koa 2+. Use classes and decorators to define your API. Inject arguments from ctx. Supports API versioning. Future support for OpenAPI3. Works with koa-router.
Stars: ✭ 41 (+192.86%)
Mutual labels:  koa2
vue-node-mongodb-blog
vue + node + mongodb + webpack5 + koa2 从开发到上线搭建一款简约的个人博客系统(前后端分离)
Stars: ✭ 44 (+214.29%)
Mutual labels:  koa2
server
Serve one or more react apps! - Custom routes, HotReloading, Authenticated Apps/routes, Relay, Webpack..
Stars: ✭ 20 (+42.86%)
Mutual labels:  koa2
TGVmax
🚂 Get a notification when your TGVmax seat is available
Stars: ✭ 31 (+121.43%)
Mutual labels:  koa2
koahub-cli
KoaHub CLI -- KoaHub.js的开发工具,自动babel编译 ES6/7(Generator Function, Class, Async & Await)并且文件修改后自动重启。
Stars: ✭ 16 (+14.29%)
Mutual labels:  koa2
simpleCMS
simpleCMS是一款开源cms系统, 主要为个人/团队快速开发博客或者知识共享平台, 类似于hexo, worldpress, 但是他们往往需要复杂的搭建过程, 我们将复杂度降到最低, 并且有详细的部署教程, 你只需要有一台服务器, 就能轻松拥有一个属于你的博客平台.
Stars: ✭ 74 (+428.57%)
Mutual labels:  koa2
koa-practice
koa + RESTful + 中间件模式开发的后端程序,基本可以满足一般的业务需求,有需要的朋友可以查看
Stars: ✭ 13 (-7.14%)
Mutual labels:  koa2
imgs-upload-srv
【Released】🌁一款以图片管理为核心的图床。在众多上传的图片中管理自己的图片,分类它们,贴上标签...以便以后精确管理。提供简单分享&在线外链("仅存储"&UI2.x功能正在进行中)。🌹
Stars: ✭ 73 (+421.43%)
Mutual labels:  koa2
koa-demo
Simple API build to demonstrate Koa.js
Stars: ✭ 18 (+28.57%)
Mutual labels:  koa2
file-upload
koa2 middleware support upload to cos/oss/obs/aws/local
Stars: ✭ 28 (+100%)
Mutual labels:  koa2
koa-mongoDB
😊😊Koa and mongoose build services
Stars: ✭ 24 (+71.43%)
Mutual labels:  koa2
koa-xml-body
koa middleware to parse xml request body
Stars: ✭ 36 (+157.14%)
Mutual labels:  koa2
stack
A set of components for makers to ship better products faster 🚀
Stars: ✭ 27 (+92.86%)
Mutual labels:  koa2
ts-koa-starter
typescript+koa起手式(简单的空环境)
Stars: ✭ 92 (+557.14%)
Mutual labels:  koa2
nodejs-koa-blog
基于 Node.js Koa2 实战开发的一套完整的博客项目网站
Stars: ✭ 1,611 (+11407.14%)
Mutual labels:  koa2

Koa-static2

NPM version Build Status Downloads

Middleware for Koa2 to serve a folder under a name declared by user

Install

npm install koa-static2

Usage

import Koa from "koa";
import serve from "koa-static2";

const app = new Koa();

app.use(serve("static", __dirname + "/assets"));

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].