KagChi / GrowServer

A Growtopia private server using NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrowServer

A Growtopia private server using Node.js

Requirements

  • Node.js v16+

Setup

To setup the server, first install necessary packages & settings by

$ npm install

And congrats setup are done, simple as that! Now you just need to run the server by

$ npm run dev

Enviroment file

Example for default .env file (Generated automatically)

ENCRYPT_SECRET=SUPERSECRET # Default encrypt secret
WEB_ADDRESS=127.0.0.1
WEB_ENV=development

Database

Database that we currently use is SQLite3, since its easier & light. And for the SQL query builder we use Knex.js

Starting server

To run the development server by

$ npm run dev

Links

Credits

Give a thumbs to these cool people:

About

A Growtopia private server using NodeJS

License:MIT License


Languages

Language:TypeScript 95.9%Language:JavaScript 3.3%Language:EJS 0.6%Language:Dockerfile 0.3%