0.10.7 • Published 5 years ago
@bot-designer/directlinejs-socket.io v0.10.7
DirectLineJS using socketio
How to build from source
- Clone this repo
npm install
npm run build
(ornpm run watch
to rebuild on every change, ornpm run prepublish
to build production)
How to include in your app
There are several ways:
- Build from scratch and include either
/directLine.js
(webpacked with rxjs) orbuilt/directline.js
in your app npm install directlinejs-socketio