File: chat-websocket/views/index.jade

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   chat-websocket/views/index.jade   Download  
File: chat-websocket/views/index.jade
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 568 bytes
 

Contents

Class file image Download
!!! 5 html(lang="en") head title Socket.io Chat script(src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js") script(src="http://cdn.socket.io/stable/socket.io.js") script(src="/socket.io/socket.io.js") script(src="/chat.js") body #heading h1 Socket.io Chat #content #messages ul#message_list #chatbox form(action="#", id="sendbox") input(type='text', id='message') input(type="submit")#send Enviar #footer p span#client_count 0 | connected users