Logs for the RingoJS IRC channel,
as logged by ringostarr.
2010-10-03
[20:19]
[20:19]
[20:19]
[20:19]
[20:19]
[20:19]
[20:19]
[20:20]
[20:20]
[20:32]
Logs for the RingoJS IRC channel,
as logged by ringostarr.
[20:19] <olegp> Im trying to work out what the shortest hello world app that starts a server in ringo would look like
[20:19] <olegp> new (require('ringo/httpserver').Server)({
[20:19] <olegp> app: function() {
[20:19] <olegp> return {status: 200,
[20:19] <olegp> headers: {},
[20:19] <olegp> body: ["Hello World!"]};
[20:19] <olegp> }
[20:20] <olegp> }).start();
[20:20] <olegp> is that as short as you can get?
[20:32] <olegp> this is cool: http://github.com/jasondavies/seivadnosaj-js