项目作者: thijsrijkers

项目描述 :
🔮 A TypeScript implementation of the Minecraft server protocol
高级语言: TypeScript
项目地址: git://github.com/thijsrijkers/Enchantment.git
创建时间: 2021-04-22T13:45:28Z
项目社区:https://github.com/thijsrijkers/Enchantment

开源协议:

下载


Enchantment


🔮 A TypeScript implementation of the Minecraft server protocol




A lightweight application in Typescript.

  • Builds TCP server for access
  • Uses the protocol of minecraft that is documentated

Quick Test Implementation

  1. tsc Server/server.ts
  2. node Server/server.js