webcast / webcast.js

API and documentation for the webcast websocket protocol
MIT License
79 stars 26 forks source link

How to use in React? #20

Closed danhab99 closed 4 years ago

danhab99 commented 4 years ago

I'm trying to use Webcast in a create-react-app project. I can't figure out how to include it?

So how do I go about including and compiling(?) Webcast?

iamezell commented 4 years ago

Hey I have been fooling around with it and it seems that webcastjs is server side not client side. I just include webcaster.js in my client and webcast.js on the server. its in coffee script but you can compile it by hand if you want. I would get the CoffeeScript cli and just compile it to regular js. Also not sure how active this repo is the last commit was in 2017 and the last issue was closed in 2018 does not seem to be to active. no defense to the authors. just my two cents

On Tue, Apr 14, 2020 at 2:07 AM Dan Habot notifications@github.com wrote:

I'm trying to use Webcast in a create-react-app project. I can't figure out how to include it?

So how do I go about including and compiling(?) Webcast?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/webcast/webcast.js/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFNHJWVKZWRS7ZOXYUEGB3RMP4QTANCNFSM4MHPAL7A .

-- Ezell Burke Founder & CEO, thebigneed.com phone: (347) 687-3110

twitter: https://twitter.com/thebigNEED facebook: https://www.facebook.com/thebigneed google+: google.com/+Thebigneedsite

danhab99 commented 4 years ago

Also not sure how active this repo is the last commit was in 2017 and the last issue was closed in 2018 does not seem to be to active

Yeah I think you're right. I guess I can just gut it for what I need instead of trying to "properly" install it