Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace koa package(s) with lightweight http implementation #104

Open
pmuens opened this issue Aug 9, 2017 · 0 comments
Open

Replace koa package(s) with lightweight http implementation #104

pmuens opened this issue Aug 9, 2017 · 0 comments

Comments

@pmuens
Copy link
Contributor

pmuens commented Aug 9, 2017

Right now we use koa for our http functionalities.

However we're not using that much koa-related features right now so it might be worthwhile to reconsider the core Node.js http module as a lightweight replacement.

Additionally koa uses a bunch of new ES6 features which makes it hard to transpile the emulator so that it supports older Node.js versions.

Originally brought up by @ac360 (thanks for that 👍).

@pmuens pmuens self-assigned this Aug 9, 2017
@pmuens pmuens removed their assignment Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant