Build and Deploy To EzyFox Server


1. Clone EzyFox Server Examples Repo

2. Import hello-world to IDE (i.e Eclipse)

3. Download the EzyFox Standard Edition

4. Unzip it, let's say in Applications/

5. Build hello-world with maven

Test Hello World Example

6. Start the EzyFox Server:

# On Windows, execute:
console.bat

# On other operating systems, execute:
./console.sh

7. Move to ezyfox-server-example/hello-world/clients/javascript 7. Open index.html on Browser 8. Enter your name and click Connect. Enjoy!