UNPKG

new-project

Version:

A chat example to showcase how to use `socket.io` with a static `express` server with `async` for control flow.

21 lines (20 loc) 482 B
{ "name": "new-project", "version": "0.0.0", "description": "A chat example to showcase how to use `socket.io` with a static `express` server with `async` for control flow.", "main": "server.js", "author": "Mostafa Eweda <mo.eweda@gmail.com>", "dependencies": { "async": "~0.2.8", "express": "~3.2.4", "socket.io": "~0.9.14" }, "scripts": { "start": "node server.js" }, "devDependencies": {}, "keywords": [ "camp" ], "license": "ISC" }