Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oslavdev/multiplayer-game-server
- Owner: oslavdev
- Created: 2022-06-13T13:49:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T16:12:20.000Z (about 2 years ago)
- Last Synced: 2023-03-04T22:37:28.960Z (almost 2 years ago)
- Topics: express, graphql, node, posgres, prisma
- Language: TypeScript
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Multiplayer game Server
> **Note**
> This is a work in progress repoWebGL 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
```