문제

For a while, I have been looking for a way to stream/ transfer/ upload (Not too sure about what is considered as correct, but the source is a client and the destination is a server). I am a bit familiar with protocols used for streaming as we know it (From Server to Client) but not the other way. I could code it but I was wondering whether there is a better wa, such as using server-side software. I would appreciate thoughts, guides and keen on working on that until a solution is found and happy to share any code. Many thanks

도움이 되었습니까?

해결책

You can stream binary data from client to server using websockets, and this nifty js library.

http://binaryjs.com/

Hope this helps.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top