1.0.3 • Published 3 years ago

codek v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

CODEK

Examples

const { codek } = require('codek');

codek.get("/", "res.send('hello')")

codek.listen(3000, 'successfully loaded webserver.')

Installing a engine template

$ npm install ejs

Set a view engine

codek.set('view engine' 'ejs')
1.0.3

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago