-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't run it #1
Comments
it does not find express module so i added it but again it does not find ../bin/builder module !!! |
in socket.io-client\lib\io.ji at line 156 it does not find "../bin/builder" module !!! |
I'm sorry, but I have no time to help you. I will not have internet connection for 3 weeks, because I have trip by bicycle... After I will maybe write a step by step instruction. You must also install jquery-file-upload-middleware. Have you already run express and socket.io module? Does it go correctly, when you import express, socket.io and jquery-file-upload-middleware to the plain js file? Are you able to run some basic application like server.listen(80); app.get('/', function (req, res) { io.sockets.on('connection', function (socket) { This code is from http://socket.io/#how-to-use |
thank you for this reponse should i install all modules : express, socket.io , jquery ......? ore it does it automatically ? thank you again |
i run it on Windows environement |
whene i replace ../bin/builder by "builder" in io.js file it works no errors but again on the website it can't get id from the server |
thebasic code bellow works fine var app = require('express')() server.listen(80); app.get('/', function (req, res) { io.sockets.on('connection', function (socket) { |
Hello ! I have a mistake. Why soundmanger is not used in any part of project, then is an existing library. Thx for ur response |
hello |
Hi boolean, thx for ur contribution but have u any idea to resolve this sound problem ? I can help you if u have some idea |
hello , |
Ok let me know if you find any issue ! thx a lot |
Any solution ? |
I didn't have enough time :( |
hello,
could you please give us step by step how to run it .
👍
The text was updated successfully, but these errors were encountered: