Skip to content

harijoe/Express.js-Socket.io-Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express.js-Socket.io-Sandbox

Build Status

Motivation

The installation of a new Express.js 4 application is not behaving well with the socket.io package. Therefore, this repo can be used as a working starting point of any Express.js + socket.io project.

Description

Contains the same stuff as what express newProject would generate, with socket.io working.

Installation

npm install

npm start

Test

npm install

set DEBUG=generator-ejs:server

npm start

Try to connect to http://localhost:3000/.

generator-ejs:server Socket.io user connected should appear in the console.

External links

This implementation is based on the following answer : http://stackoverflow.com/a/24222869/3774551

About

This repo contains the same stuff as what "express newProject" would generate, with socket.io working.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published