Top "Connect" questions

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

Is it possible to set a base URL for NodeJS app?

I want to be able to host multiple NodeJS apps under the same domain, without using sub-domains (like google.com/…

node.js connect express
Getting connection failed: php_network_getaddresses: getaddrinfo failed: Name or service not known

Im using POST method to insert some data to db on my server.This is my connection.php file that …

php mysql connect
Express js form data

Can someone please tell me the recommended (up to date) way to get POSTed form data in express. So many …

javascript node.js express connect
connect failed: ECONNREFUSED

I am developing one app, and what I think I wanna do is receive data from server database in android. …

java android exception servlets connect
Node.js - cannot find module

I'm using Node Boilerplate and it all worked fine until I decided create another project on top of it(in …

node.js connect express npm
When to use next() and return next() in Node.js

Scenario: Consider the following is the part of code from a node web app. app.get('/users/:id?', …

node.js express connect v8
How do i program a simple IRC bot in python?

I need help writing a basic IRC bot that just connects to a channel.. is anyone able to explain me …

python sockets irc connect bots
How to force parse request body as plain text instead of json in Express?

I am using nodejs + Express (v3) like this: app.use(express.bodyParser()); app.route('/some/route', function(req, res) { …

json node.js express content-type connect
What is the session's "secret" option?

I don't know anything about cryptography. I'm wondering what the session secret is. I see code like this: app.use(…

node.js session connect
Uncaught Error: Call to undefined function mysql_connect()

Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\phoenixproject\register.php:9 Stack trace: #0 {main} thrown in …

php mysql server connect