0

Okay people couldn't get a response anywhere so I'm going to do this here considering we have a bunch of geniuses here. I need to create a tunnel in nodejs or java to forward connection from client to server. Need to do this because my damn client can only use ports 80/443. Anybody wants to brainstorm?
These people have so much of garbage data yet want to keep everything secure as hell.

Comments
  • 0
    Have you ever used websockets before? Socket.io is a great node library that makes it easy.
  • 0
    @spongessuck yes buddy I did but all examples there are of text I couldn't find one with a database connection
  • 0
    I've never done a DB connection from node, but maybe you can POST the data node receives to a server that does the DB updates.
  • 0
    @spongessuck thanks buddy. Im going to try it out.
Add Comment