runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

Server stuff #114

Open RossComputerGuy opened 8 years ago

RossComputerGuy commented 8 years ago

I am working on my os and I decided to work on server support. I am currently having a problem where on my host pc I connect to the server and I get an error. I also looked at my server's log variable, and it didn't log it. Important/Useful URLs:

iefserge commented 8 years ago

Not sure what error you are getting. Take a look at this web server example https://github.com/runtimejs/example-web-server/blob/master/index.js.

RossComputerGuy commented 8 years ago

Fork my repository and edit src/Config/Servers.json and src/Config/VFS.json to make a server, then in the src directory run runtime start to see my error.

facekapow commented 7 years ago

@SpaceboyRoss01 Is this issue still valid? If it is, please provide some information on what error you're getting. Otherwise, could you please close it?