Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oslavdev/multiplayer-game-server

Gql authentication server for multiplayer game. Built with nexus, prisma and postgresql. One part of microservices architecture.
https://github.com/oslavdev/multiplayer-game-server

express graphql node posgres prisma

Last synced: about 1 month ago
JSON representation

Gql authentication server for multiplayer game. Built with nexus, prisma and postgresql. One part of microservices architecture.

Awesome Lists containing this project

README

        

# Multiplayer game Server

> **Note**
> This is a work in progress repo

WebGL sci-fi multiplayer game.

Client: https://github.com/oslavdev/multiplayer-shooter-client

## Features

- Select and customize character
- Private maps
- Choose weapons
- Audio, video and written chat
- Selection of maps

## Tech

- Node.js
- Docker
- GraphQL
- PostgreSQL
- Prisma

## Deploy

### Build command

### Development

Server will run on http://localhost:4000/

```bash
yarn run dev
```

### DB Migration

```bash
npx prisma migrate dev --name init --preview-feature
```