adonisjs / adonis-websocket-client

Websocket client for AdonisJs framework.
52 stars 48 forks source link

Build #51

Closed dakiesse closed 5 years ago

dakiesse commented 6 years ago

Hey! I can not understand what I have to do for getting it in my HTML file? I've tried to use a code like that: <script src="../node_modules/@adonisjs/websocket-client/dist/Ws.browser.js"></script> but I've got: image Ok, I've saw a notice about polyfill but I just want to connect the build to my HTML and use it. I'm confused. What I have to do?