epyc
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

epyc

TRAVIS NPM GitHub issues NPM


Installation

Use npm or yarn to install epyc.

npm i epyc

Usage

const app = require("epyc");

app.get('/', (request, response) => response.send('Hello World'));

app.bootstrap(8080);

More Examples

hello.js cors.js socket.js


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


License

MIT

Package Sidebar

Install

npm i epyc

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

12.6 kB

Total Files

6

Last publish

Collaborators

  • erwinkulasic