https://github.com/yamayuski/project-lemonde
OSS-based node.js metaverse
https://github.com/yamayuski/project-lemonde
babylonjs babylonjs-game metaverse nodejs
Last synced: 3 months ago
JSON representation
OSS-based node.js metaverse
- Host: GitHub
- URL: https://github.com/yamayuski/project-lemonde
- Owner: yamayuski
- License: apache-2.0
- Created: 2023-01-01T23:16:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T10:19:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T06:13:34.353Z (4 months ago)
- Topics: babylonjs, babylonjs-game, metaverse, nodejs
- Language: TypeScript
- Homepage: https://project-lemonde.cafe-capy.net
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project LeMonde
OSS-based node.js metaverse
## Feature
- **WebSocket** based realtime connection
- It will be replaced to **WebTransport(with QUIC)** after node.js or deno supports it
- Rendering using **babylon.js**## Prerequisites
- node.js 18
- [mkcert](https://github.com/FiloSottile/mkcert)```bash
# in host(browser) environment(e.g. PowerShell, cmd, Terminal)
$ mkcert -install
$ mkcert "localhost"
$ cp ./*.pem (to project-lemonde/)
```