Skip to content

clonn/azure-tour-study4tw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Presetation for Azure

Azure usage for node.js, we focus on socket.io, example are from Azure example. and we collect all different service for it.

Have to read all project and package.json and know how to use.

##Slide

ScreenShot

##Examples

Basic http request example

git clone https://github.com/clonn/azure-tour-study4tw.git
cd azure-tour-study4tw
cd basic
npm i
node app.js

Chat room example

git clone https://github.com/clonn/azure-tour-study4tw.git
cd azure-tour-study4tw
cd chat-example
npm i
node app.js

##Azure deployment

azure account download
azure account import $FILES
cd $FOLDER
azure site create $PROJECT --git
azure site deployment user set

Then set azure reps,

git init
git remote add azure $AZURE_REPS
git add .
git commit -m $COMMENT
git push azure master

##socket.io

##socket.io-servicebus

##Ref

About

presentation for study4tw, show azure example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published