Skip to content

NodeJS server base for hosting an individual pad

License

Notifications You must be signed in to change notification settings

DerpgonCz/mqp-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqp-server

About

The base for creating a self-hosted pad.

Deploying musiqpad

  1. Make sure you have installed NodeJS on the hosting computer with version 4.0.0 or later.
  2. Download all the required files. To do so clone the server github repository using your preferred git client or click the "Download ZIP" button on the repo page. Download Link
  3. Run npm install in the directory where your extracted files are located. This will install all the required node modules.
  4. Copy the serverconfig.example.js to create the file serverconfig.js and make sure this is located in the root musiqpad folder.
  5. Start the server by running node start.js or npm start file using node.
  6. If everything went well, there should be no error messages.

API

Please Refer to the API Documentation for the Events, Actions and Data API's.

Support

Please email [email protected] if you have any questions or queries.

About

NodeJS server base for hosting an individual pad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • CSS 8.6%
  • HTML 6.1%