Git Product home page Git Product logo

blackbunny's Introduction

Blackbunny는?

  • 게임 및 어플리케이션 서버 개발을 위한 경량 프레임워크 입니다.
  • Lightweight Server Framework for Game and Application

특징

  • 고성능 Network NIO ( Netty 사용 )
  • DB Mapper 제공 ( Mybatis 사용 )
  • Dependency Injection 제공
  • 자바 스크립트 코드 연동

필요사항

  • Java 1.5이상, Apache Maven 3.x

메뉴얼

샘플 코드

패킷 데이터 구조

+-------------+------------+----------------------+
| 2byte       | 2byte      | variable             |
+-------------+------------+----------------------+
| PACKET_SIZE | PACKET_ID  | DATA_SECTION         |
+-------------+------------+----------------------+

패킷의 데이터 단위

BYTE    1byte
INTEGER 4byte
DOUBLE  8byte
LONG    8byte
SHORT   2byte
FLOAT   4byte
STRING  2byte + length (UTF-8)

blackbunny's People

Contributors

leoincedo avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  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.