All Projects → nhn → Toast Haste.framework

nhn / Toast Haste.framework

Licence: apache-2.0
TOAST Haste framework is a pure java implementation of asynchronous game server framework

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Toast Haste.framework

Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+589.47%)
Mutual labels:  game, multiplayer, gameserver
Message Io
Event-driven message library for building network applications easy and fast.
Stars: ✭ 321 (+237.89%)
Mutual labels:  asynchronous, event-driven, udp
Dodgem
A Simple Multiplayer Game, built with Mage Game Engine.
Stars: ✭ 12 (-87.37%)
Mutual labels:  game, multiplayer
Doom Lgs
A multiplayer Node.js light gun shooter inspired on Doom
Stars: ✭ 36 (-62.11%)
Mutual labels:  game, multiplayer
Open Samp Api
An open source API for GTA SA:MP
Stars: ✭ 56 (-41.05%)
Mutual labels:  game, multiplayer
Frag.exe
Multiplayer First-Person Shooter written in C++ using my own engine, Qor
Stars: ✭ 8 (-91.58%)
Mutual labels:  game, multiplayer
Retrotanks
RetroTanks: Atari Combat Reimagined, built in Meteor.js. Great isomorphic JavaScript example.
Stars: ✭ 9 (-90.53%)
Mutual labels:  game, multiplayer
Vett
P2P Dots & Boxes game with WebRTC & WebTorrent
Stars: ✭ 49 (-48.42%)
Mutual labels:  game, multiplayer
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+854.74%)
Mutual labels:  game, multiplayer
Discordgsm
📺 Monitor your game servers on Discord and tracks the live data of your game servers. Also support one-click deployment to Heroku, self-hosted. Invite: https://discordgsm.com/invite
Stars: ✭ 74 (-22.11%)
Mutual labels:  game, gameserver
Mage
Magic Another Game Engine
Stars: ✭ 1,180 (+1142.11%)
Mutual labels:  game, multiplayer
Craft
A simple Minecraft clone written in C using modern OpenGL (shaders).
Stars: ✭ 8,957 (+9328.42%)
Mutual labels:  game, multiplayer
Librg
🚀 Making multi-player gamedev simpler since 2017
Stars: ✭ 813 (+755.79%)
Mutual labels:  game, multiplayer
Dolphin
**pigame** is a game server template for Erlang.
Stars: ✭ 23 (-75.79%)
Mutual labels:  game, gameserver
Epoh
Multiplayer turn-based browser strategy game
Stars: ✭ 11 (-88.42%)
Mutual labels:  game, multiplayer
Khan
khan will drive all your enemies to the sea (and also take care of your game's clans)!
Stars: ✭ 22 (-76.84%)
Mutual labels:  game, multiplayer
Halomd
New demo version of Halo for the Mac.
Stars: ✭ 36 (-62.11%)
Mutual labels:  game, multiplayer
Swiftcode
Multiplayer, interactive, realtime typing speed game
Stars: ✭ 83 (-12.63%)
Mutual labels:  game, multiplayer
Veloren
[Mirror] An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World
Stars: ✭ 868 (+813.68%)
Mutual labels:  game, multiplayer
Blockly Gamepad
A Blockly extension designed to develop games (made with love ❤)
Stars: ✭ 18 (-81.05%)
Mutual labels:  asynchronous, game

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].