Coder Social home page Coder Social logo

netwrok-server's Introduction

Netwrok

NetWrok is a Multiplayer Online Game server written in Python3.

It uses the asyncio module to provide a single threaded, asynchronous network server in the style of node.js. Clients connect via websocket and data is persisted in Postgresql, via the aiopg module.

The project goal is to create a no fuss, robust, highly efficient game server which can be deployed to a VPS or other server with minimal configuration. The API must be simple and understandable, yet flexible, adaptable, and easily extended by the backend game programmer. The database schema must be simple and easy to understand, and the network traffic must be human understandable and easy to debug.

Status

Right now, NetWrok is considered pre-production. Not much is tested, and there could be some crazy implementations in here!

Requirements

Features

NetWrok works with a single PostgreSQL instance, or a clustered setup.

Members

  • Digest Authentication - no plaintext passwords ever, anywhere.
  • Register / Login / Reset Password / Ban / Unban / Roles
  • Member Objects
  • Contacts / Messaging
  • Multiple Currencies / Wallet / General Ledger

Rooms

  • Create / Join / Leave / Say / Whisper

Clans

  • Create / Join / Approve / Promote / Demote / Clan Objects

Alliances

  • Create / Join / Approve / Alliance Objects

Analytics

  • Per user arbitrary event registration, ready for your SQL reports.

netwrok-server's People

Contributors

simonwittber avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.