Re: Listen http / https ports

new topic     » goto parent     » topic index » view thread      » older message » newer message

I've been working on a basic web server for Euphoria MVC. Right now it's specifically coded to be initiated from the app itself but I'd like to make it more standalone

https://github.com/OpenEuphoria/euphoria-mvc/blob/master/include/mvc/server.e

You should also look at the httpd.ex demo provided with Euphoria. It's what I based my EuMVC server on originally.

https://github.com/OpenEuphoria/euphoria/blob/master/demo/net/httpd.ex

Right now the Euphoria MVC server has to be started from inside your application. I'd like to move it out to its own program that acts as a full CGI web server.

It might also be helpful to have a web server built into the interpreter that listens for HTTP requests and then runs the corresponding code. To my knowledge this is basically how NodeJS works.

Have you looked at Euphoria MVC? Based on your questions about CGI and HTTP(S) it seems like my work there would help you, and I could use the help continuing its development (even if it's just feedback on how it should work).

And like I said before, a lot of the "features" of Euphoria MVC should really move into the standard library. Things like the JSON parser, template engine, and logging library are all general purpose.

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu