- 196 名前:194 mailto:sage [2012/02/02(木) 16:24:20.48 ID:???]
- <html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <meta name="author" content=""> <meta name="keywords" content=""> <meta name="description" content=""> <meta name="robots" content="all"> <title>???????</title> <link rel="stylesheet" href=""> <script src="localhost/socket.io/socket.io.js"></script> <script> var socket = io.connect('localhost:8124'); socket.on('news', function (data) { console.log(data); socket.emit('my other event', { my: 'data' }); }); </script> </head> <body> <p>test</p> </body> </html> ちゃんとやってるよ
|

|