An open API service indexing awesome lists of open source software.

https://github.com/speedphp/k

new web framework
https://github.com/speedphp/k

Last synced: 6 days ago
JSON representation

new web framework

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