Top "Connect" questions

Connect is an extensible HTTP server framework for node, created by Sencha Labs providing high performance "plugins" known as middleware.

Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

I am getting the following error when I try to connect to mysql: Can't connect to local MySQL server through …

mysql sockets connect
How to change Android usb connect mode to charge only?

I've seen HTC android devices have connect mode selection when connected to PC via usb line, while mine always pops …

android usb connect
"Cannot GET /" with Connect on Node.js

I'm trying to start serving some static web pages using connect like this: var connect = require("connect"); var nowjs = require("…

http node.js connect
Vendor code 17002 to connect to SQLDeveloper

I'm trying to connect to a database using SQLDeveloper and I get the following error: An Error was Encountered performing …

database connect oracle-sqldeveloper
node.js Error: connect ECONNREFUSED; response from server

I have a problem with this little program: var http = require("http"); var request = http.request({ hostname: "localhost", port: 8000, path: "/", …

javascript node.js connect
Java URLConnection Timeout

I am trying to parse an XML file from an HTTP URL. I want to configure a timeout of 15 seconds …

java timeout connect urlconnection
Connect Android to WiFi Enterprise network EAP(PEAP)

I have been trying to connect my android device to an enterprise network programatically over the past few days without …

android wifi connect enterprise
Node.js connect only works on localhost

I've written a small node.js app, using Connect, that serves up a web page, then sends it regular updates. …

node.js connect
SQLPLUS error:ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA

I downloaded SQLPLUS from Oracle: http://www.oracle.com/technetwork/topics/winx64soft-089540.html Basic Lite and SQL*Plus I …

oracle connect sqlplus
Class 'MongoClient' not found

I'm trying to make this code run: <?php $m = new MongoClient("mongodb://54.72.237.242"); $db = $m->tilbud; ?> Everytime I …

php mongodb connect