Skip to content

smartameer/serverpush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverpush

Serverpush : HTML5 using websocket Different language implementation

#####Server side socket url can be initialised from any of these server to interact

  • Working copy
  • Nodejs (requires websocket module)
  • Waiting will be worthy....
  • Ruby (requires websocket_driver, eventmachine, json)
  • PHP (requires php-json module)
  • Python
  • Servlet

#####Client can be established by using any standalone server or some of the installed application based commands

  • Python > python -m SimpleHTTPServer <port_number>
  • PHP > php -S localhost:<port_number>