Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nodejs User login System

Am looking for some information on how to create a node.js login system, I have came across a lot of examples using express.

But am looking for some direction on how to do this without using express.

The main reason behind this is that my login webpages will be hosted on an apache server and my node.js server application will be running on a different server running mongoDB.

Any help in pointing me in the right direction would be great.

Thanks, Iain

like image 257
Iain Brown Avatar asked Sep 19 '13 12:09

Iain Brown


1 Answers

I know you said you didn't want solutions using express. But you may want to checkout Drywall for other inspiration. There are a lot of problems we solved and I'm sure there are some take-a-ways you could use.

Drywall Aqua - A website and user system for Node.js: https://jedireza.github.io/aqua/

like image 198
jedireza Avatar answered Sep 28 '22 12:09

jedireza