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")); }
{{#tags}}- {{label}}
{{/tags}}