Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fijiwebdesign authored Feb 12, 2017
1 parent 8ec46a0 commit 7ed19cc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,22 @@ ws.on('error', function (data) {

This is experimental prototype.

Clone repo:
To use in your project:

`npm install --save socketio-shared-webworker`

To develop:

`$ git clone https://github.com/IguMail/socketio-shared-webworker`

`$ npm install`
`$ npm start`

To develop:
`$ npm start` Starts the server

`$ npm run dev` Starts dev server with HMR

`$ npm run dev`
In chrome visit the URL: chrome://inspect/#workers so see shared webworkers and inspect, debug.
Visit the `index.html` in the browser for the demo.

Production build

Expand Down

0 comments on commit 7ed19cc

Please sign in to comment.