Go to advanced search

by yavstr
Fri Jul 28, 2017 9:30 pm
Forum: Other programming languages
Topic: NodeJS, Socket.Io and Express
Replies: 4
Views: 4900

Re: NodeJS, Socket.Io and Express

Well, it was something sill.
It never crossed my mind to check the version of node that was installed.

Turns out it was version 0.12, I have upgraded the installed version and I'm able to connect.
by yavstr
Fri Jul 28, 2017 9:14 pm
Forum: Other programming languages
Topic: NodeJS, Socket.Io and Express
Replies: 4
Views: 4900

Re: NodeJS, Socket.Io and Express

Thanks for the feed back Heater. I've tried so much and with it being late yesterday I don't even remember what I did and didn't do. Today I have the following: index.js: var app = require('express')(); var server = require('http').Server(app); var io = require('socket.io')(server); server.listen(80...
by yavstr
Fri Jul 28, 2017 5:49 am
Forum: Other programming languages
Topic: NodeJS, Socket.Io and Express
Replies: 4
Views: 4900

NodeJS, Socket.Io and Express

I'm trying to get this up and running and the NodeJS seems to be fine, my problem is my HTML page can't find the socket.io/socket.io.js Here is my server code: var express = require('express'); var app = express(); var server = require('socket.io'); app.use(express.static('public')); server.createSe...
by yavstr
Sun Jul 09, 2017 7:27 pm
Forum: Beginners
Topic: Unresponsive
Replies: 1
Views: 395

Unresponsive

I have a pi hooked up to 5 temp/humidity sensors, 5 relay switches as well as a load cell and a pressure sensor. All hookups seem fine and when working on my project I started with the temp/humidity first and they worked fine. I then started working on a new app with just the relays. I followed this...
by yavstr
Fri Mar 24, 2017 6:23 pm
Forum: Beginners
Topic: NXP Pressure Sensor, Vacuum
Replies: 3
Views: 1000

Re: NXP Pressure Sensor, Vacuum

Please excuse my ignorance if this has been asked, I spent 30 minutes searching and weeding through posts before posting. I recently started working with the Pi and have hooked up a few temperature/humidity sensors with Adafruit_DHT and am now trying to hookup a Pressure Sensor but having no luck f...
by yavstr
Fri Mar 24, 2017 4:52 pm
Forum: Beginners
Topic: NXP Pressure Sensor, Vacuum
Replies: 3
Views: 1000

NXP Pressure Sensor, Vacuum

Please excuse my ignorance if this has been asked, I spent 30 minutes searching and weeding through posts before posting. I recently started working with the Pi and have hooked up a few temperature/humidity sensors with Adafruit_DHT and am now trying to hookup a Pressure Sensor but having no luck fi...
by yavstr
Mon Mar 20, 2017 5:31 pm
Forum: Raspberry Pi OS
Topic: Flash Player now available for Chromium
Replies: 98
Views: 61701

Re: Flash Player now available for Chromium

I'm new to the Pi and board and have been looking over some of the posts about Flash and AIR. I can't help but notice people saying it's not available and never will be, but in fact there are some alternative Flash players out that will run on the platform. Back in 2005 I worked on creating a Flash ...

Go to advanced search