Skip to content

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

Notifications You must be signed in to change notification settings

harijoe/Express.js-Socket.io-Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0832dd6 · Mar 23, 2015

History

13 Commits
Feb 24, 2015
Feb 20, 2015
Feb 20, 2015
Feb 20, 2015
Feb 22, 2015
Mar 23, 2015
Mar 23, 2015
Feb 22, 2015
Feb 22, 2015

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