Skip to content

voltron/whoopingkof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whoopingkof - Evented Sockets

Description

JavaScript library used for evented WebSocket communication. Server side version wraps node-websocket-server module. Client side version works in browsers that currently implement draft 76 of the WebSocket spec.

Installation

Requirements:

Node.js

NPM

Express

node-websocket-server

Now, clone the repo then

  cd whoopingkof
  git submodule init
  git submodule update
  cd server
  node app.js

Then navigate to http://localhost:3000/

Our demos from Android Only should start up. Open the Chat or Paint demos in a couple of windows and try it out.

Authors

About

Evented WebSockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published