GoogleChromeLabs / simplehttp2server

A simple HTTP/2 server for development
Other
1.74k stars 98 forks source link

Using Node/PHP/Python? #24

Closed rakibtg closed 7 years ago

rakibtg commented 7 years ago

Ow, loving it, simple and works.. Is it possible to tell the server run the code in node/php/python? This repository motivating me to learn Go 💯

surma commented 7 years ago

No, simplehttp2server does not have support for dynamic content, just static content, and that’s probably not going to change.

If you want dynamic content, may I suggest setting up Apache, Nginx or something of that sorts with HTTP/2? I totally wrote a blog post on how to do that ;)

rakibtg commented 7 years ago

Many thanks @surma