Anuncio

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

sábado, 18 de febrero de 2017

uglify browserify

https://github.com/mishoo/UglifyJS2

https://github.com/substack/node-browserify/issues/941

https://github.com/substack/bundle-collapser

https://github.com/hughsk/uglifyify

https://github.com/mishoo/UglifyJS2/issues/688

http://lisperator.net/uglifyjs/

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/











jueves, 11 de septiembre de 2014

JPassion.com Courses


Live, Instructor-led, Online Codecamps


sábado, 12 de abril de 2014

75 Essential Cheat Sheets for Designers and Programmers

Programming is not an easy job, and requires a lot of concentration and expert reference. You might get struck anytime, anywhere in the code, where you can’t work out the things, but need to finish the code as soon as possible, for your boss sitting hot over your head. At that moment of time, you wish, that something existed that could give you a quick help, or a quick reference, solving your problem in moments, and you get the things to work, as they are supposed to be!  The good news, there exists a tool like this. Not actually a tool, we call them Cheat Sheets.
Cheat sheets are a collection of notes and facts used for quick reference. These are same, like those of the cheat slips, the students used to take during their exams. They had to use the cheat sheet without the instructor’s knowledge, but in the case of programming, you are allowed to use cheat sheets during your coding jobs!
Giving a rough idea, about what a cheat sheet includes, is that it contains the information about all the syntaxes and data properties, that are used in that particular coding language. May it be C, HTML, JAVA,LISP, Haskell, PHP, Python, Ruby, Photoshop, etc you can find cheat sheets for all of the languages easily over the web! These are great tools, and will help you greatly in your programming process, and will ease your job to a great extent!
Here, we have a list of the best 75 cheat sheets for the designers and developers. We call them the best ones, for the fact, these are up to the mark, contain to the point information, and everything shared with them is accurate to all standards. These will wave good bye to your programming cribs, and get your codes working properly with a quick reference lasting for merely a few minutes!

1) Cheat Sheets – jQuery


best free cheat sheets for designers and developers - jquery

2) Cheat Sheets – HTML


best free cheat sheets for designers and developers - html

3) Cheat Sheets - HTML5 Cheat Sheet


best free cheat sheets for designers and developers - HTML5

4) Cheat Sheets – CSS


best free cheat sheets for designers and developers - css

5) Cheat Sheets – CSS2


best free cheat sheets for designers and developers - css2

6) Cheat Sheets – CSS3


best free cheat sheets for designers and developers - css3

7) Cheat Sheets – JavaScript


best free cheat sheets for designers and developers - javascript

8) Cheat Sheets – Linux


best free cheat sheets for designers and developers - linux

9) Cheat Sheets –  Java


best free cheat sheets for designers and developers - java

10) Cheat Sheets - Java 8


best free cheat sheets for designers and developers - java8

11) Cheat Sheets – Perl


best free cheat sheets for designers and developers - perl

12) Cheat Sheets – PHP


best free cheat sheets for designers and developers - php

13) Cheat Sheets – Python


best free cheat sheets for designers and developers - python

14) Cheat Sheets – Ruby


best free cheat sheets for designers and developers - ruby

15) Cheat Sheets – Ruby on Rails


best free cheat sheets for designers and developers - ruby-on-rails

16) Cheat Sheets – Scala Cheat sheets 


best free cheat sheets for designers and developers - scala

17) Cheat Sheets – SQL


best free cheat sheets for designers and developers - sql

18) Cheat Sheets – My SQL


best free cheat sheets for designers and developers - my-sql

19) Cheat Sheets – C#


best free cheat sheets for designers and developers - c#

20) Cheat Sheets – SQLite


best free cheat sheets for designers and developers - sqlite

21) Cheat Sheets – C++


best free cheat sheets for designers and developers - C++

22) Cheat Sheets – Javascript and AJAX 


best free cheat sheets for designers and developers - ajax

23) Cheat Sheets – C


best free cheat sheets for designers and developers - c

24) Cheat Sheets – Unix


best free cheat sheets for designers and developers - unix

25) Cheat Sheets – Ubuntu


best free cheat sheets for designers and developers - ubuntu

26) Cheat Sheets – WordPress


best free cheat sheets for designers and developers - wordpress

27) Cheat Sheets – Nodejs


best free cheat sheets for designers and developers - nodejs

28) Cheat Sheets –  HTML and XHTML


best free cheat sheets for designers and developers - xhtml

29) Cheat Sheets – XML


best free cheat sheets for designers and developers - xml

30) Cheat Sheets – Oracle


best free cheat sheets for designers and developers - oracle

31) Cheat Sheets – NMAP


best free cheat sheets for designers and developers - nmap

32) Cheat Sheets – Mac OS X


best free cheat sheets for designers and developers - macosx

33) Cheat Sheets - Haskell


best free cheat sheets for designers and developers - haskell

34) Cheat Sheets – DOM


best free cheat sheets for designers and developers - dom

35) Cheat Sheets – Drupal


best free cheat sheets for designers and developers - drupal

36) Cheat Sheets – Oracle DB 


best free cheat sheets for designers and developers - oracledb

37) Cheat Sheets – FireFox 


best free cheat sheets for designers and developers - firefox

38) Cheat Sheets – Apache Ant


best free cheat sheets for designers and developers- apacheant

39) Cheat Sheets – Apache hadoop


best free cheat sheets for designers and developers - apache

40)  Cheat Sheets -Git


best free cheat sheets for designers and developers - git

41)  Cheat Sheets -Mathematica


best free cheat sheets for designers and developers - mathmatics

42) Cheat Sheets – RedHat Fedora


best free cheat sheets for designers and developers - fedora

43) Cheat Sheets – Unicode


best free cheat sheets for designers and developers - unicode

44) Cheat Sheets - PostgreSQL


best free cheat sheets for designers and developers - postgresql

45) Cheat Sheets – MATLAB


best free cheat sheets for designers and developers - matlab

46) Cheat Sheets - Design Patterns

47) Cheat Sheets - Django Reference Sheet

48) Cheat Sheets - Flash Quick Reference

49) Cheat Sheets - Fortran

50) Cheat Sheets - Adobe flex 3 cheat sheet

51) Cheat Sheets - Google Chrome Plus

52) Cheat Sheets – HTTP

53) Cheat Sheets - Internet Explorer

54) Cheat Sheets - JavaEE6 Reference Sheet

55) Cheat Sheets – LISP

56) Cheat Sheets - Mootools 1.3 cheat sheets

57) Cheat Sheets - Photoshop

58) Cheat Sheets - Prototype

59) Cheat Sheets – QT

60) Cheat Sheets - Shell Scrip Cheat Sheet

61) Cheat Sheets - Server Side Includes Qucik Reference

62) Cheat Sheets – VBasic Quick Ref

63) Cheat Sheets - ASPCheat Sheet

64) Cheat Sheets - WebGL Reference

65) Cheat Sheets - Microsoft NET

66) Cheat Sheets - Flash ActionScript Quick Ref

67)  Cheat Sheets - BlueprintCSS

68) Cheat Sheets – Computer Science

69) Cheat Sheets - Erlang

70) Cheat Sheets – Java Server faces 

71) Cheat Sheets - JDBC Best Practices

72) Cheat Sheets - Core-ASPNet

73) Cheat Sheets - HTML5 IndexedDB

74) Cheat Sheets - Using XML Java

75) Cheat Sheets - HTML5 Canvas Web Standard