Download Nodejs Socketio Mysql Demo Free Java Code

Description

How to do queries in nodejs.

Source Files

The download file Nodejs-Socketio-Mysql-Demo-master.zip has the following entries.


Readme.md//from   w w  w  .j  a v  a 2s  . c  o m
app.js
db_helper.js
index.html
node_modules/mysql/.gitignore
node_modules/mysql/.travis.yml
node_modules/mysql/License
node_modules/mysql/Makefile
node_modules/mysql/Readme.md
node_modules/mysql/benchmark/node-mysql/insert.js
node_modules/mysql/benchmark/node-mysql/select.js
node_modules/mysql/benchmark/php/insert-select.php
node_modules/mysql/fake_server.js
node_modules/mysql/index.js
node_modules/mysql/killandsteal.sh
node_modules/mysql/lib/auth.js
node_modules/mysql/lib/client.js
node_modules/mysql/lib/constants.js
node_modules/mysql/lib/mysql.js
node_modules/mysql/lib/outgoing_packet.js
node_modules/mysql/lib/parser.js
node_modules/mysql/lib/query.js
node_modules/mysql/package.json
node_modules/mysql/test/common.js
node_modules/mysql/test/config.template.js
node_modules/mysql/test/fixture/columnia.sql
node_modules/mysql/test/fixture/libmysql_password.c
node_modules/mysql/test/integration/Client/commands/test-ping.js
node_modules/mysql/test/integration/Client/commands/test-statistics.js
node_modules/mysql/test/integration/Client/commands/test-useDatabase.js
node_modules/mysql/test/integration/Client/connection/test-automatic-connect.js
node_modules/mysql/test/integration/Client/connection/test-automatic-reconnect-on-timeout.js
node_modules/mysql/test/integration/Client/connection/test-bad-credentials.js.js
node_modules/mysql/test/integration/Client/connection/test-connection-errors-go-to-callback.js.js
node_modules/mysql/test/integration/Client/connection/test-reconnect-closed-client.js.js
node_modules/mysql/test/integration/Query/errors/test-should-delegate-to-client-if-needed.js
node_modules/mysql/test/integration/Query/errors/test-should-emit-error-event.js
node_modules/mysql/test/integration/Query/errors/test-should-not-leave-client-in-broken-state.js
node_modules/mysql/test/integration/Query/errors/test-should-raise-callback.js
node_modules/mysql/test/integration/Query/misc/test-column-ordering.js
node_modules/mysql/test/integration/Query/results/test-empty-string.js
node_modules/mysql/test/integration/Query/results/test-long-fields.js
node_modules/mysql/test/integration/Query/results/test-null-value.js
node_modules/mysql/test/integration/Query/results/test-real-world-usage.js
node_modules/mysql/test/integration/Query/results/test-virtual-fields.js
node_modules/mysql/test/run.js
node_modules/mysql/test/unit/legacy/common.js
node_modules/mysql/test/unit/legacy/test-auth.js
node_modules/mysql/test/unit/legacy/test-client.js
node_modules/mysql/test/unit/legacy/test-outgoing-packet.js
node_modules/mysql/test/unit/legacy/test-parser.js
node_modules/mysql/test/unit/legacy/test-query.js
node_modules/mysql/test/unit/test-client.js
node_modules/mysql/test/unit/test-mysql.js
node_modules/mysql/tool/pcap-mysql.js
node_modules/socket.io/.gitignore
node_modules/socket.io/.npmignore
node_modules/socket.io/History.md
node_modules/socket.io/Makefile
node_modules/socket.io/Readme.md
node_modules/socket.io/benchmarks/decode.bench.js
node_modules/socket.io/benchmarks/encode.bench.js
node_modules/socket.io/benchmarks/runner.js
node_modules/socket.io/examples/chat/app.js
node_modules/socket.io/examples/chat/index.jade
node_modules/socket.io/examples/chat/package.json
node_modules/socket.io/examples/chat/public/stylesheets/mixins.styl
node_modules/socket.io/examples/chat/public/stylesheets/style.css
node_modules/socket.io/examples/chat/public/stylesheets/style.styl
node_modules/socket.io/examples/irc-output/app.js
node_modules/socket.io/examples/irc-output/index.jade
node_modules/socket.io/examples/irc-output/irc.js
node_modules/socket.io/examples/irc-output/package.json
node_modules/socket.io/examples/irc-output/public/stylesheets/style.styl
node_modules/socket.io/index.js
node_modules/socket.io/lib/logger.js
node_modules/socket.io/lib/manager.js
node_modules/socket.io/lib/namespace.js
node_modules/socket.io/lib/parser.js
node_modules/socket.io/lib/socket.io.js
node_modules/socket.io/lib/socket.js
node_modules/socket.io/lib/static.js
node_modules/socket.io/lib/store.js
node_modules/socket.io/lib/stores/memory.js
node_modules/socket.io/lib/stores/redis.js
node_modules/socket.io/lib/transport.js
node_modules/socket.io/lib/transports/flashsocket.js
node_modules/socket.io/lib/transports/htmlfile.js
node_modules/socket.io/lib/transports/http-polling.js
node_modules/socket.io/lib/transports/http.js
node_modules/socket.io/lib/transports/index.js
node_modules/socket.io/lib/transports/jsonp-polling.js
node_modules/socket.io/lib/transports/websocket.js
node_modules/socket.io/lib/transports/websocket/default.js
node_modules/socket.io/lib/transports/websocket/hybi-07-12.js
node_modules/socket.io/lib/transports/websocket/hybi-16.js
node_modules/socket.io/lib/transports/websocket/hybi-17.js
node_modules/socket.io/lib/transports/websocket/index.js
node_modules/socket.io/lib/transports/xhr-polling.js
node_modules/socket.io/lib/util.js
node_modules/socket.io/package.json
node_modules/socket.io/support/node-websocket-client/LICENSE
node_modules/socket.io/support/node-websocket-client/Makefile
node_modules/socket.io/support/node-websocket-client/README.md
node_modules/socket.io/support/node-websocket-client/examples/client-unix.js
node_modules/socket.io/support/node-websocket-client/examples/client.js
node_modules/socket.io/support/node-websocket-client/examples/server-unix.js
node_modules/socket.io/support/node-websocket-client/lib/websocket.js
node_modules/socket.io/support/node-websocket-client/package.json
node_modules/socket.io/support/node-websocket-client/test/test-basic.js
node_modules/socket.io/support/node-websocket-client/test/test-client-close.js
node_modules/socket.io/support/node-websocket-client/test/test-readonly-attrs.js
node_modules/socket.io/support/node-websocket-client/test/test-ready-state.js
node_modules/socket.io/support/node-websocket-client/test/test-server-close.js
node_modules/socket.io/support/node-websocket-client/test/test-unix-send-fd.js
node_modules/socket.io/support/node-websocket-client/test/test-unix-sockets.js
node_modules/socket.io/test/common.js
node_modules/socket.io/test/fixtures/cert.crt
node_modules/socket.io/test/fixtures/key.key
node_modules/socket.io/test/hybi-common.js
node_modules/socket.io/test/io.test.js
node_modules/socket.io/test/leaks/socket.leaktest.js
node_modules/socket.io/test/manager.test.js
node_modules/socket.io/test/namespace.test.js
node_modules/socket.io/test/parser.test.js
node_modules/socket.io/test/static.test.js
node_modules/socket.io/test/stores.memory.test.js
node_modules/socket.io/test/stores.redis.test.js
node_modules/socket.io/test/transports.flashsocket.test.js
node_modules/socket.io/test/transports.htmlfile.test.js
node_modules/socket.io/test/transports.jsonp-polling.test.js
node_modules/socket.io/test/transports.websocket.hybi07-12.parser.test.js
node_modules/socket.io/test/transports.websocket.hybi16.parser.test.js
node_modules/socket.io/test/transports.websocket.test.js
node_modules/socket.io/test/transports.xhr-polling.test.js

Download

Click the following link to download Nodejs-Socketio-Mysql-Demo-master.zip.

Nodejs-Socketio-Mysql-Demo-master.zip




















Home »
  Javascript Free Code Download »
    Database »




CouchDB
CSV
Database
DynamoDB
IndexedDB
JSON
JSONP
MongoDB
MySQL
Neo4j
NoSQL
PostgreSQL
RavenDB
Redis
SQL
SQL Server
SQLite
WebSQL