codek

1.0.3 • Public • Published

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')

Readme

Keywords

none

Package Sidebar

Install

npm i codek

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

1.51 kB

Total Files

4

Last publish

Collaborators

  • codesocket