Skip to content

Commit

Permalink
Add networking notes for the web client.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed May 27, 2024
1 parent 330d007 commit 9d2891d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/interfaces/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ The Vircadia Web Interface (codename Aether) is developed in this [repository](h
1. [Vue.js](https://v3.vuejs.org/) - Reactive UI framework
1. [Babylon.JS](https://www.babylonjs.com/) - Game and rendering engine
1. Tooling
1. [Webpack](https://webpack.js.org/) - Packaging
1. [Babel](https://babeljs.io/) - Compilation
1. [ESLint](https://eslint.org/) - Code linting
1. [Jest](https://jestjs.io/) - Code testing
1. [Webpack](https://webpack.js.org/) - Packaging
1. [Babel](https://babeljs.io/) - Compilation
1. [ESLint](https://eslint.org/) - Code linting
1. [Jest](https://jestjs.io/) - Code testing

It relies heavily upon the [Vircadia Web SDK](../../sdks/web/) for its networking, metaverse, and scripting functionality.

## Network

A normal web port (e.g. 80) must be opened to allow users to download and use the client from a web page.

0 comments on commit 9d2891d

Please sign in to comment.