ph-typescript-lib-tcp-ws
v1.0.5
Published
In this document, you'll find useful and full steps that you need to take in order to properly set up and use your local development environment.
Downloads
27
Readme
Introduction
In this document, you'll find useful and full steps that you need to take in order to properly set up and use your local development environment.
This repository contains a collection of relevant implementations for setting up proper TCP/WS server(s) and client(s), with packet handlers and update loops and such. Can be used for any kind of "multiplayer" or "multi-user" development.
Installations
- Node.js (version >= 18.10.0)
- Visual Studio Code (and "Prettier - Code formatter" extension)
Setup
- Prerequisites:
- must have installed tools from the "Installations" section
- must have checked out / cloned source code from this repository
Open up the cloned repository/project/folder and run following commands in the given order, one by one:
npm install npm run buildBoth of the above commands should have completed successfully, and should have not caused any "package.json" or "package-lock.json" changes.
