azawawi / farabi6

Experimental in-browser Perl 6 Editor
Artistic License 2.0
14 stars 12 forks source link

HTTP::Server::Async-based server #59

Open azawawi opened 9 years ago

azawawi commented 9 years ago

Based on timotimo++ comments in Perl 6 IRC channel log http://irclog.perlgeek.de/perl6/2014-11-26#i_9725807

We need to implement a backend server based on HTTP::Server::Async https://github.com/tony-o/perl6-http-server-async/blob/master/examples/echoserver.pl6

This is needed to support more realtime processing by using EventSource or websockets in the future :+1: