-
Notifications
You must be signed in to change notification settings - Fork 92
feat(examples): add Hono HTTP server example #699
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
feat(examples): add Hono HTTP server example #699
Conversation
|
@milanraj I tried to make as minimal an example as I could! Would appreciate a review :) |
e7c4370 to
991be84
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was nerd-snipped and gave some implementation feedback. Didn't have a chance for README feedback yet (time for bed 😴). Disappointed some workflows were removed but the example being in sooner is probably helpful for more folks off the bat.
802ef2f to
03ec8f8
Compare
rajsite
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! So excited for the example to be published! And thank you for the patience and understanding for all the feedback ❤️
8c42656 to
fc1024a
Compare
This commit adds an example of a WASI-compliant HTTP server that is powered by Hono. Signed-off-by: Victor Adossi <vadossi@cosmonic.com> Co-authored-by: rajsite <rajsite@users.noreply.github.com>
fc1024a to
678eca9
Compare
This commit adds an example of a WASI-compliant HTTP server that is powered by Hono.