Re: A quick Euphoria MVC update

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

Another quick update! I've added a very basic web server and very basic logging functionality.

The logger has color-coded line output and supports multiple targets (e.g. STDERR, myfile.log, etc.) and log levels (e.g. ERROR, WARN, INFO, DEBUG, etc.) with each level receiving its own color.

The web server will allow you to develop a web application without having to set up a development server. Just call server:start() in your application and it will do the rest!

You can still use app:run() for CGI applications, and that's probably better for real-world usage for the time being.

https://github.com/OpenEuphoria/euphoria-mvc/commits/master

-Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu