Anuncio

Mostrando entradas con la etiqueta msgpack. Mostrar todas las entradas
Mostrando entradas con la etiqueta msgpack. Mostrar todas las entradas

miércoles, 21 de septiembre de 2016

Websockets NodeJS Socket.IO


NPM
http://www.vozidea.com/como-instalar-node-js-en-ubuntu-o-debian



600k concurrent websocket connections on AWS using Node.js

https://www.jayway.com/2015/04/13/600k-concurrent-websocket-connections-on-aws-using-node-js/


Socket.IO with Apache Cordova

http://socket.io/socket-io-with-apache-cordova/


How to send files with node.js

http://stackoverflow.com/questions/9321027/how-to-send-files-with-node-js



Uncaught ReferenceError: setImmediate is not defined ?

https://github.com/rt2zz/redux-persist/issues/53




Client API

IO(url:String, opts:Object):Socket

http://socket.io/docs/client-api/



*****************************

Introducing Socket.IO 1.0

http://socket.io/blog/introducing-socket-io-1-0/



Socket.IO - Error Handling

https://www.tutorialspoint.com/socket.io/socket.io_error_handling.htm


socket.io closes by itself
https://www.google.es/search?q=socket.io+closes+by+itself&oq=socket.io+closes+by+itself


Socket.io - Close Server

http://stackoverflow.com/questions/16000120/socket-io-close-server


socket.io: disconnect event isn't fired

http://stackoverflow.com/questions/10342548/socket-io-disconnect-event-isnt-fired

***********************************

socket.io disconnecting unexpectedly #123


https://github.com/socketio/socket.io-client-java/issues/123



Constantly crashing when sending. Error not opened #337


https://github.com/websockets/ws/issues/337












Socket.IO-client.java disconnect and reconnect repeatedly

https://github.com/socketio/socket.io-client-java/issues/84


Which websocket library to use with Node.js?

http://stackoverflow.com/questions/16392260/which-websocket-library-to-use-with-node-js


/ws

https://github.com/websockets/ws/tree/master/examples

https://github.com/websockets/ws


Introducing WebSockets: Bringing Sockets to the Web

http://www.html5rocks.com/en/tutorials/websockets/basics/



Receiving WebSocket ArrayBuffer data in the browser - receiving string instead

http://stackoverflow.com/questions/15040126/receiving-websocket-arraybuffer-data-in-the-browser-receiving-string-instead


ws: a node.js websocket library

https://github.com/websockets/ws



Socket.io emit to everyone in the room except the sender [duplicate]

http://stackoverflow.com/questions/28076425/socket-io-emit-to-everyone-in-the-room-except-the-sender


Whats the difference between io.sockets.emit and broadcast?

http://stackoverflow.com/questions/10342681/whats-the-difference-between-io-sockets-emit-and-broadcast


Send response to all clients except sender (Socket.io)

http://stackoverflow.com/questions/10058226/send-response-to-all-clients-except-sender-socket-io


How do I read files in node.js?

https://docs.nodejitsu.com/articles/file-system/how-to-read-files-in-nodejs/

https://nodejs.org/api/fs.html#fs_fs_open_path_flags_mode_callback


Writing files in Node.js

http://stackoverflow.com/questions/2496710/writing-files-in-node-js


create an empty file in nodejs?

http://stackoverflow.com/questions/12809068/create-an-empty-file-in-nodejs

sending a javascript object through websockets with faye

http://stackoverflow.com/questions/13028604/sending-a-javascript-object-through-websockets-with-faye

How send arraybuffer as binary via Websocket?

http://stackoverflow.com/questions/9546437/how-send-arraybuffer-as-binary-via-websocket/11426037#11426037


https://github.com/socketio/socket.io


https://github.com/rauchg/chat-example/blob/master/index.js


https://github.com/rauchg/chat-example


https://blog.nodejitsu.com/package-dependencies-done-right/



https://www.google.es/search?q=websocket.stream+nodejs&oq=websocket.stream+nodejs


http://stackoverflow.com/questions/10365335/decodeaudiodata-returning-a-null-error


http://stackoverflow.com/questions/15638096/streaming-binary-with-node-js-and-websockets


https://github.com/websockets/ws/blob/master/doc/ws.md


https://www.google.es/search?q=html5+streams&oq=html5+streams


https://github.com/websockets/ws/blob/master/doc/ws.md


http://stackoverflow.com/questions/14130560/nodejs-udp-multicast-how-to


https://github.com/jxcore/jxcore/issues/101


http://stackoverflow.com/questions/24573061/uncaught-syntaxerror-in-strict-mode-code-functions-can-only-be-declared-at-top


https://github.com/sunnykgupta/jsLogger/blob/master/jsLogger.js


http://udidu.blogspot.com.es/2012/12/override-console-functions.html


http://stackoverflow.com/questions/7042611/override-console-log-for-production


https://www.google.es/search?q=babel+evaluate&oq=babel+evaluate


http://babeljs.io/repl/


http://browserify.org/

http://socket.io/docs/


Add browserify support in cordova-lib/cordova-cli

https://issues.apache.org/jira/browse/CB-7190


about the cordova.js and it's plugin combination 

https://github.com/shazron/phonegap-questions/issues/43


https://www.google.es/search?q=apache+cordova+catch+error


babelify

https://www.npmjs.com/package/babelify


http://stackoverflow.com/questions/15040126/receiving-websocket-arraybuffer-data-in-the-browser-receiving-string-instead



http://stackoverflow.com/questions/5849106/how-does-settimeout-work-in-node-js



http://stackoverflow.com/questions/6756241/socket-io-client-side-emit-callback-never-fires



SENDING AND GETTING DATA SOCKET.IO
http://socket.io/docs/#sending-and-getting-data-(acknowledgements)



http://stackoverflow.com/questions/13549734/success-callback-for-emit-method-in-socket-io



http://stackoverflow.com/questions/15647166/socketio-broadcasting-too-fast



import vs require
https://www.google.es/search?q=import+vs+require



Overhead in websocket payload for binaryjs with node.js

http://stackoverflow.com/questions/20906779/overhead-in-websocket-payload-for-binaryjs-with-node-js



MessagePack
https://github.com/msgpack/msgpack/blob/master/spec.md#formats-array

http://msgpack.org/index.html


Msgpack can't differentiate between raw binary data and text strings #121

https://github.com/msgpack/msgpack/issues/121


http://stackoverflow.com/questions/9546437/how-send-arraybuffer-as-binary-via-websocket

https://nodejs.org/api/buffer.html


A server must not mask any frames that it sends to the client. #538


https://github.com/websockets/ws/issues/538



jQuery.getJSON()

http://api.jquery.com/jquery.getjson/





Should I use websockets (ws) or secure websockets (wss) for my game?

http://security.stackexchange.com/questions/126790/should-i-use-websockets-ws-or-secure-websockets-wss-for-my-game


Java Backend for Socket.IO (http://socket.io/)
https://github.com/codeminders/socket.io-server-java

Best java server implementation for socket.io

http://stackoverflow.com/questions/15568700/best-java-server-implementation-for-socket-io



ws/lib/WebSocketServer.js
https://github.com/websockets/ws/blob/master/lib/WebSocketServer.js



ws: a node.js websocket implementation
http://websockets.github.io/ws/

webSocketServer node.js how to differentiate clients

http://stackoverflow.com/questions/13364243/websocketserver-node-js-how-to-differentiate-clients


Streaming data in node.js with ws and websocket-stream

http://stackoverflow.com/questions/22723671/streaming-data-in-node-js-with-ws-and-websocket-stream


Vanilla websockets vs socket.io

https://gist.github.com/zeusdeux/5491cff541fb4ac4c142


Node WebSocket vs. Socket.IO

https://github.com/rsp/node-websocket-vs-socket.io

https://github.com/rsp/node-websocket-vs-socket.io/blob/master/ws.js



Creating Your Own Node.js WebSocket Echo Server

http://cjihrig.com/blog/creating-your-own-node-js-websocket-echo-server/



/websocket-stream

https://github.com/maxogden/websocket-stream

https://www.npmjs.com/package/websocket-stream


Socket.io alternatives?
https://www.reddit.com/r/node/comments/4ktqae/socketio_alternatives/




Netty-socketio Demo

https://github.com/mrniko/netty-socketio-demo



Java server and socket.io

http://stackoverflow.com/questions/9514767/java-server-and-socket-io



Native Socket.IO and Android

http://socket.io/blog/native-socket-io-and-android/



Socket.IO-Java/pom.xml
https://github.com/avostryakov/Socket.IO-Java/blob/master/pom.xml

https://github.com/avostryakov/Socket.IO-Java
http://stackoverflow.com/questions/12453754/combining-java-and-nodejs-for-android-app


Finding the right Node.js WebSocket implementation  


https://medium.com/@denizozger/finding-the-right-node-js-websocket-implementation-b63bfca0539#.kem3btszm




Engine.IO: the realtime engine

https://github.com/socketio/engine.io


/msgpack-lite

https://github.com/kawanet/msgpack-lite

msgpack/spec.md
https://github.com/msgpack/msgpack/blob/master/spec.md

msgpack-rpc-java/src/main/java/org/msgpack/rpc/Server.java
https://github.com/msgpack-rpc/msgpack-rpc-java/blob/master/src/main/java/org/msgpack/rpc/Server.java


How to Use Buffers in Node.js

https://docs.nodejitsu.com/articles/advanced/buffers/how-to-use-buffers/



BUILDING A TCP SERVICE USING NODE.JS

http://blog.yld.io/2016/02/23/building-a-tcp-service-using-node-js/



TCP Socket Programming in Node.js

http://www.hacksparrow.com/tcp-socket-programming-in-node-js.html


Delivery.js (Experimental)

Bidirectional File Transfers For Node.js via Socket.IO

https://github.com/liamks/Delivery.js



/MessagePack-JS


https://github.com/cuzic/MessagePack-JS


BinaryPack for Node.js

https://github.com/binaryjs/node-binarypack/blob/master/README.md




How to improve nodejs / socket io performance?

http://stackoverflow.com/questions/30800025/how-to-improve-nodejs-socket-io-performance




Socket.IO server performance and bandwidth usage

http://stackoverflow.com/questions/18907591/socket-io-server-performance-and-bandwidth-usage



A Node.js speed dilemma: AJAX or Socket.IO?

http://www.cubrid.org/blog/cubrid-appstools/nodejs-speed-dilemma-ajax-or-socket-io/