An open API service indexing awesome lists of open source software.

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

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/)
```