We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create a file in your public directory called chat.html(node.js will serve it as a static resource), and add the following HTML5 skeleton:
chat.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Mobos Chat</title> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> </body> <script src="/socket.io/socket.io.js" ></script> </html>
There was an error while loading. Please reload this page.