Skip to content

A Growtopia private server using NodeJS

License

Notifications You must be signed in to change notification settings

KagChi/GrowServer

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 95.8%
  • JavaScript 3.3%
  • Other 0.9%