Hacker News new | past | comments | ask | show | jobs | submit login

Can I run nodejs projects on this? I wanted to see if I could run yazz Pilot on this



You can! In fact, I've found that it actually works the best with Node.js


Does run on repl.it work with all of the languages that normal repl.it supports?


It does!


I just tried to run zubairq/pilot from the github importer on repl.it, and after I ran:

npm install node src/electron.js

... * Loading driver: * : demo_timer * Loading driver: * : quicksort * Loading driver: * : bubblesort * Loading driver: * : new * Loading driver: * : new_microservice add_rest_api called Loaded all apps (may use already loaded drivers)

Yazz Pilot started on: http://172.18.0.154:3000

It starts up alot slower than running on a desktop machine, but when I go to http://172.18.0.154:3000 it never seems to connect from a browser. What am I doing wrong here?


Try listening on 0.0.0.0 which will listen on all IPs on the machine and is required for running on remote environments like repl.it. When you do that we automatically detect the port open and show you a web view.


Ok, thanks, that worked. And I learnt something new, about 0.0.0.0 even existing! :)Now I have the problem the Repl.it VM running Yazz/pilot keeps crashing after a few minutes started


Super, I’ll give it a go soon then :)


Try glitch too, it is pretty good for demos.


Can you import nodejs git repos into glitch?


Yes you can




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: