Skip to content

xiaxyun/NodeJsWebSocketsEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

HTML5 WebSockets through node.js and socket.io

This solution demonstrates the functionality of HTML5 WebSockets through a node.js server together with the socket.io module.

Set Up:

  1. Start the node.js server, by running > node websocketserver.js
  2. Host index.html under IIS / Apache
  3. For testing purposes, open 3 browser windows and navigate to http://localhost
  4. Start playing with the messages, inspect with Fiddler, and check the node console!

Further reading:

[HTML5 WebSockets / node.js and socket.io on Windows] (http://cosmi.nu/html5-websockets-node-js-and-socket-io-on-windows/98)

About

HTML5 WebSockets through node.js and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published