PeterJCLaw / srcomp-stream

SRComp live streaming server
https://github.com/PeterJCLaw/srcomp/wiki/Component-Overview#srcomp-stream
MIT License
0 stars 1 forks source link

CoffeeScript on NPM has moved to "coffeescript" (no hyphen) #3

Open trickeydan opened 4 years ago

trickeydan commented 4 years ago

npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)

PeterJCLaw commented 4 years ago

I would deeply enjoy this not repo being in CoffeeScript at all.

trickeydan commented 4 years ago

I would deeply enjoy this not repo being in CoffeeScript at all.

As would many of us. I suspect it could be done nicely with something like https://github.com/sysid/sse-starlette

PeterJCLaw commented 4 years ago

Yeah, async python is probably the way to go here. I'd be tempted to move the functionality into the HTTP API, which would simplify deployment too.