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

HTTP Server #23

Open
naushadh opened this issue Mar 30, 2019 · 1 comment
Open

HTTP Server #23

naushadh opened this issue Mar 30, 2019 · 1 comment

Comments

@naushadh
Copy link

Impressive TCP benchmark results. I was wondering what would be involved in adding support for a basic web server -- abstracting some of the networking+threading into something that resembles wai. Are there plans to further develop the Server module?

@winterland1989
Copy link
Contributor

winterland1989 commented Mar 31, 2019

Yes, of course, a HTTP module is on the roadmap. But currently, I'm a bit lack of hand here since I'm busy with:

Design an HTTP server with stdio may be more involved since its core packed bytes data type is not ByteString, which is used in lots of places of wai. In another word, a redesign of HTTP basic packages such as http-types, wai, etc. is necessary. If designing and building a HTTP module interest you, please join in!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants