webpro / dyson

Node server for dynamic, fake JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dyson with Connect

nathagey opened this issue · comments

Do you have any recommendations to integrating a dyson server with connect?

I'm hoping to combine these...

http.createServer(app).listen(port);
dyson.bootstrap({
    configDir: "services",
    port: 3000
});

Apologies for reacting so late, I've totally missed it.

However, I'm afraid it won't go well with connect.

(But it does go well with Express: see the second part of https://github.com/webpro/dyson#custom-middleware.)