1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Looking for an idea for a JS project

Discussion in 'JavaScript' started by Pigeon Yoga, Jan 4, 2015.

  1. #1
    I've been teaching myself JavaScript for a few months. It's the first programming I've done since college when I took a class in C (and used some BASH). I like nodejs and mysql so far. Any project ideas?
     
    Pigeon Yoga, Jan 4, 2015 IP
  2. ketting00

    ketting00 Well-Known Member

    Messages:
    772
    Likes Received:
    27
    Best Answers:
    3
    Trophy Points:
    128
    #2
    Build some home automation system with node.js. Begin the Skynet. That's what I'm going to do.
    Seriously, I mean it.
     
    Last edited: Jan 5, 2015
    ketting00, Jan 5, 2015 IP
  3. Pigeon Yoga

    Pigeon Yoga Active Member

    Messages:
    52
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    63
    #3
    @ketting00 Um, interesting. What are you making?
     
    Pigeon Yoga, Jan 10, 2015 IP
  4. ketting00

    ketting00 Well-Known Member

    Messages:
    772
    Likes Received:
    27
    Best Answers:
    3
    Trophy Points:
    128
    #4
    All I can do now is turn on/off the light, tv, lock/unlock door, fly a drone, tracking my car position, all doing from my secret website and JavaScript.

    But I still has a padlock over my electronic lock LOL. You can do that with Espruino or Arduino micro controller board.
     
    ketting00, Jan 11, 2015 IP
  5. darthdeus

    darthdeus Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    31
    #5
    The easiest thing you can do with Node.js is networking. Building a HTTP server, or a proxy, or anything else that talks over the network is really simple, since that is the initial purpose why Node.js was created.

    I suggest to look through the API docs (http://nodejs.org/api/) and see if something inspires you!
     
    darthdeus, Jan 24, 2015 IP
  6. Pigeon Yoga

    Pigeon Yoga Active Member

    Messages:
    52
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    63
    #6
    Thanks all!
     
    Pigeon Yoga, Aug 15, 2015 IP