- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Websocket for binary transfer of data & decode with HTML5
Use base64 encode/ decode on client and server. All the web browsers with WebSockets have window.atob (base64 decode) and window.btoa (base64 encode). The WebSockets server has base64 libraries.
To transfer binary data, you would be working with wsproxy included with no VNC that is a web based VNC client.
The wsproxy is a WebSockets to generic TCP sockets proxy. The base64 encodes/decodes all traffic to/from the browser. Use it to connect from a WebSockets capable browser to any type of TCP port.
- Related Articles
- EventSource vs. wrapped WebSocket with HTML5 Server-Side Event
- Need for DMA data transfer
- Cable TV for Data Transfer
- HTML5 using src using raw binary data
- How to Configure Nginx as Reverse Proxy for WebSocket
- Data transfer group in 8051
- Data transfer schemes in 8085
- Encode and decode XDR data using Python xdrlib
- How to reconnect to websocket after close connection with HTML?
- Data transfer instructions in 8086 microprocessor
- Status check data transfer in 8085
- Interrupt-driven data transfer in 8085
- Encode and decode MIME quoted-printable data using Python
- Basic or simple data transfer in 8085
- Using FFMPEG with HTML5 for online video hosting

Advertisements