Skip to content

Commit

Permalink
Make suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontella committed Dec 13, 2016
1 parent a3d645f commit 6f9faa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handbook/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ eve ~/myEveDir/myEveFile.eve --editor

This will run the supplied Eve program with the editor visible

## Running Eve in Serve mode
## Running Eve in Server mode

Eve can be started in server mode using the `--server` flag:

```
eve --server
```

Without this flag, execution of Eve programs happens within the browser, with the Eve server acting as an intermediary between the browser and your local system. In server mode, Eve will instead execute your program on the server. Currently written programs will operate exactly as before, but this is a preliminary step in order to get networked Eve applications going (like a chat server or a multiplayer game). There is still work needed to be done there
Without this flag, execution of Eve programs happens within the browser, with the Eve server acting only as a file server between the browser and your local system. In server mode, Eve will instead execute your program on the server. Currently written programs will operate exactly as before, but this is a preliminary step in order to get networked Eve applications going (like a chat server or a multiplayer game). There is still work needed to be done there


## Eve Workspaces
Expand Down

0 comments on commit 6f9faa1

Please sign in to comment.