Skip to content

connormckelvey/ujs-websockets

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#Websockets Example

This repo serves as a simple introduction to WebSockets using the Javascript Websockets API, Express and WS with Node.

##Installing Clone the repository

git clone https://github.com/connormckelvey/ujs-websockets.git

and install with

npm install

##Serving

DEBUG=websockets ./bin/www

This creates an HTTP server at http://localhost:3000 and a WebSocket Server at http://localhost:1337

##References

About

Websockets Example for University JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published