open.mp multiplayer game framework
An upcoming multiplayer mod for Grand Theft Auto: San Andreas that will be fully backwards compatible with the existing multiplayer mod San Andreas Multiplayer.
- Git
- Node.js
- npm
# clone the project
git clone https://github.com/openmultiplayer/wiki.git
# Move into the directory
cd wiki
# Install the dependencies
npm install
# Start the server
npm start
By default the development server will run on http://localhost:3000
but can be changed with the following command:
npm start -- --host=0.0.0.0 --port=1234