エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
libv8 + libfastcgi = Server Side JavaScript - Vox
You can write FastCGI server in JavaScript very easily!! You can write both of the server side an... You can write FastCGI server in JavaScript very easily!! You can write both of the server side and client side, in JavaScript. This makes less study, less stress. #!/home/tokuhiro/project/v8/llv8call var count = 0; while (fcgi_accept() >= 0) { print("Content-type: text/html¥r¥n¥r¥n", ++count, "¥nQuery: ", getenv("QUERY_STRING")); }



2008/09/05 リンク