Giter Club home page Giter Club logo

toast-haste.framework's Introduction

Logo

TOAST Haste framework

TOAST Haste framework is the asynchronous game server framework for easy development.

Haste is a spell that boosts the player movement speed and attack speed.

Englsh Korean

Features

Various QoS, and Multiplexing

  • Provide the follow QoS that the real time multiplayer game needs.
    • Reliable-Sequenced, Unreliable-Sequenced, Reliable-Fragmented.
  • Provide the multiplexing that minimizes interferences between domains.

Cryptography

  • Generate a unique key for encryption whenever the connection was established.
  • Can encrypt selected data which you need according to the game characteristic.

Wi-Fi Cellular handover

  • Respond effectively to the IP address changes caused by switching between the cellular network and the Wi-Fi network in a mobile environment.

Prerequisites

  • Java, Maven version required to build TOAST Haste:
    • JDK 1.7+, Maven 3.3.0+
  • JCE(Java Cryptography Extension) required to support AES-256.

Versioning

  • The version of TOAST Haste follows Semantic Versioning 2.0.
  • Given a version number MAJOR.MINOR.PATCH, increment the:
    1. MAJOR version when you make incompatible API changes,
    2. MINOR version when you add functionality in a backwards-compatible manner, and
    3. PATCH version when you make backwards-compatible bug fixes.
    • Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

Documetation

Roadmap

  • At NHN, we service Toast Cloud Real-time Multiplayer(a.k.a. RTM) developed by TOAST Haste.
  • So, We will try to improve performance and convenience according to this roadmap.
  • Roadmap

Contributing

Submitting Pull Requests

Before changes can be accepted a Contributor Licensing Agreement for Individual | Corporate must be completed.

  • If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an Individual CLA
  • If you work for a company that wants to allow you to contribute your work, then you'll need to sign a Corporate CLA
  • If you are an representative writing original source code, then you'll need to sign a Representative CLA

Have a question for us? please send e-mail at [email protected].

Bug Reporting

If you find a bug, it is very important to report it. We would like to help you and smash the bug away. If you can fix a bug, you can send pull request (Should register a issue before sending PR)

Before Reporting

Look into our issue tracker to see if the bug was already reported and you can add more information of the bug.

Creating new issue

A bug report should contain the following

  • An useful description of the bug
  • The steps to reproduce the bug
  • Details of system environments (OS, JVM, etc)
  • What actually happened?
  • Which branch have you used?

Thank you for reporting a bug!

Mailing list

Contributor

  • Ethan Kwon (Founder)
  • Tae gyeong, Kim

License

TOAST Haste is licensed under the Apache 2.0 license, see LICENSE for details.

Copyright 2016 NHN Corp.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

toast-haste.framework's People

Contributors

hide1202 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

toast-haste.framework's Issues

Connect a client

Hi, Ethan,
I had a look at your library which looks well designed but I cannot understand how it work. Is there only the server code ? I saw the ClientPeer class but there is no connect method or something similar. How can connect a dummy client to the server ? Maybe I misunderstood the concept. As you know this project lack of documentation so if you could guide me a bit it would be awesome.

Cheers.

Improve RTO like TCP-Backoff

Expected behaviour

  • Set RTO(Retransmission timeout) like backoff of TCP when the resend count increase.

Actual behaviour

  • Set RTO that multiply to the resend count.

Any good news for this framework?

Hi, Ethan,
I found the framework very good. It own clearly code structure. I guess it will be powerful. Do you continue, or give it up? I'm studying, try to know how to use it. But there is no more API document, no more comments. Actually that's feel not good.

Illegal reflective access warning when running with Java 9

Expected behaviour

  • No warning to be printed

Actual behaviour

  • Prints warning on startup:
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.nhnent.haste.bootstrap.loop.NioEventLoop (haste-all-1.0.0.jar) to field sun.nio.ch.SelectorImpl.selectedKeys
    WARNING: Please consider reporting this to the maintainers of com.nhnent.haste.bootstrap.loop.NioEventLoop
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release

TOAST Haste version

  • 1.0.0

JDK version

  • 9.0

OS version

  • MacOS El Capitan

Upload packages to Maven Central

If users want to use Haste, now they are difficult to reference packages of Haste.
In order to enhance user convenience, we must upload packages of Haste to maven repository.

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.