# k.js **Repository Path**: SpeedPHP/k.js ## Basic Information - **Project Name**: k.js - **Description**: The k web framework is very simple to use, it based on koa2 and run as fast as koa2, it bright a agile MVC to you. - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.npmjs.com/package/k - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-16 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: npm, Framework ## README # new web framework **SIMPLE, SPEED, MVC** The k web framework is very simple to use, it based on koa2 and run as fast as koa2, it bright a agile MVC to you. ## Install **npm install k -g** ## Quick Use ``` $ k new appname $ npm install $ node index.js ``` then your first app world be run at [http://localhost:3000](http://localhost:3000). ## NEXT [k Framework Introduction](https://github.com/SpeedPHP/k/blob/master/docs/summary.md) [Documents for Quick Tutorial Example](https://github.com/SpeedPHP/k/blob/master/docs/quick-turorial.md) [Quick Tutorial Example](https://github.com/SpeedPHP/k/tree/master/examples/quick-turorial) ## License MIT