node-server

Node.js Server for Hono

Downloads
810.7K
Stars
370
Committers
10

Bot releases are hidden (Show)

node-server - v1.3.0

Published by yusukebe 11 months ago

Performance Improvement

With the PR https://github.com/honojs/node-server/pull/95, it becomes 2.7 times faster than the previous version!

SS

This means that it is three times faster than Express and fast enough compared to other frameworks. Until now, Hono has been slow on Node.js, but this change makes it one of the first choices for creating web apps on Node.js.

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.2.3...v1.3.0

node-server - v1.2.3

Published by yusukebe 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.2.2...v1.2.3

node-server - v1.2.2

Published by yusukebe 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.2.1...v1.2.2

node-server - v1.2.1

Published by yusukebe 11 months ago

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.2.0...v1.2.1

node-server - v1.2.0

Published by yusukebe about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.1.1...v1.2.0

node-server - v1.1.1

Published by yusukebe about 1 year ago

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.1.0...v1.1.1

node-server - v1.1.0

Published by yusukebe over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.0.2...v1.1.0

node-server - v1.0.2

Published by yusukebe over 1 year ago

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.0.1...v1.0.2

node-server - v1.0.1

Published by yusukebe over 1 year ago

This is a patch release.

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.0.0...v1.0.1

node-server - v1.0.0

Published by yusukebe over 1 year ago

🎉 🎉 🎉

This is the first major release of the Hono Node server adapter!

Breaking Changes

From now on, the Node server adapter utilizes Node.js's native Web Standard APIs, which have been available since version 18.x. Therefore, you must use Node.js version 18 or higher.

Thanks to the use of these native APIs, the bundle size has been significantly reduced!

SS

This means that Hono is truly following Web Standards and is not dependent on polyfills or other external libraries.

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v0.6.0...v1.0.0

node-server -

Published by yusukebe over 1 year ago

This is a pre-release!

node-server - v0.6.0

Published by yusukebe over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v0.5.1...v0.6.0

node-server - v0.5.1

Published by yusukebe over 1 year ago

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v0.5.0...v0.5.1

node-server - v0.5.0

Published by yusukebe over 1 year ago

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v0.4.0...v0.5.0

node-server - v0.4.0

Published by yusukebe over 1 year ago

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v0.3.0...v0.4.0

node-server - v0.3.0

Published by yusukebe over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v0.2.4...v0.3.0

node-server - v0.2.4

Published by yusukebe over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v0.2.3...v0.2.4

node-server - v0.2.3

Published by yusukebe almost 2 years ago

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v0.2.2...v0.2.3

node-server - v0.2.2

Published by yusukebe almost 2 years ago

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v0.2.1...v0.2.2

node-server - v0.2.1

Published by yusukebe almost 2 years ago

Summary

Now, this package becomes @hono/node-server, renamed from @honojs/node-server. And since this version, it's stable although still a minor version. "Hono on Node.js" will be tested on the CI of main repository github.com/honojs/hono. It will be guaranteed to work at a minimum.

We would like more developers to try it and give us feedback.

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v0.1.3...v0.2.1