https://github.com/speedphp/k
new web framework
https://github.com/speedphp/k
Last synced: 6 days ago
JSON representation
new web framework
- Host: GitHub
- URL: https://github.com/speedphp/k
- Owner: speedphp
- Created: 2017-11-10T06:39:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T08:53:51.000Z (about 2 years ago)
- Last Synced: 2026-05-30T06:27:34.316Z (about 2 months ago)
- Language: JavaScript
- Size: 745 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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