0.0.1 • Published 3 years ago

boryx v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Boryx

A node framework for educational purposes

Installation

npm i boryx

Basic Usage

import Boryx from 'boryx'

const Api = new Boryx()

Api.get('/', (req, res) => {
  res.end(JSON.stringify({ Hello: 'world' }))
})

Api.run((opts) => console.log(`App listening on port ${opts.port}`))

Documentation

License

The Boryx framework is freely distributable under the terms of the MIT license.

0.0.1

3 years ago