Skip to content

cant-sat/server

 
 

Repository files navigation

How to use:

  1. download
  2. open a terminal at the location where you downloaded it
  3. type this into the terminal: npm i -y
  4. build the program with: npm run build
  5. to run type: node .

How to develop:

  1. make the changes to the typescript script
  2. open 2 terminals
  3. write this in one of them: npm run develop
  4. now everytime you save the script compiles then in the other terminal you can run it with: node .

You need to run node . as sudo if you are using linux if you dont the websocket server will not work

To change some settings you can by changing some values in the settings.json!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.5%
  • HTML 36.4%
  • CSS 8.4%
  • JavaScript 2.7%