Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

chatc-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatc-cli

A chat with Socket.io

Source
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

#ChatC-Web

Build Status Built with Grunt Dependencies devDependencies

A chat with Socket.io and Node.js ! It's my first realy application with Node.js ! It's a simple chat.

$ npm install -g chat-cli
$ chat <port>

##Developpement

Yeoman genertor:

$ npm install -g yo
$ npm install -g generator-chat
$ yo chat

To launch in developpement:

$ npm install
$ node server.js

To launch in release:

$ npm install
$ grunt
$ cd dist/
$ node server.js

NOTE: dist/ is the dist folder.

Keywords

chat

FAQs

Package last updated on 25 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts