kotorina の回答履歴

全2件中1~2件表示
  • パイソンとDjangoでHelloをCloud9で

    https://c9.io/ Cloud9とPythonとDjangoとTornado初心者です。 Cloud9で最初に、Helloを表示させて見たいのですが、 http://itfun.jp/2011/05/cloud9-idehello-world.html こちらで、Node.jsでのサンプルはあるのですが、 var http = require('http'); var server = http.createServer(  function (request, response) {   response.writeHead(200, {'Content-Type': 'text/plain'});   response.end('Hello World!!\n');  }).listen(process.env.C9_PORT); console.log('Server running'); このコードの意味も解らず。 PythonとDjangoとTornadoフレームワークに置き換えてサンプルソースをどなた様か書いて教えて頂ければ幸いです。

  • パイソンとDjangoでHelloをCloud9で

    https://c9.io/ Cloud9とPythonとDjangoとTornado初心者です。 Cloud9で最初に、Helloを表示させて見たいのですが、 http://itfun.jp/2011/05/cloud9-idehello-world.html こちらで、Node.jsでのサンプルはあるのですが、 var http = require('http'); var server = http.createServer(  function (request, response) {   response.writeHead(200, {'Content-Type': 'text/plain'});   response.end('Hello World!!\n');  }).listen(process.env.C9_PORT); console.log('Server running'); このコードの意味も解らず。 PythonとDjangoとTornadoフレームワークに置き換えてサンプルソースをどなた様か書いて教えて頂ければ幸いです。