Fiery.gg repository backend
  • JavaScript 97.3%
  • HTML 2.7%
Find a file
2026-01-28 17:30:54 -03:00
api Initial commit 2026-01-28 17:30:54 -03:00
db Initial commit 2026-01-28 17:30:54 -03:00
external Initial commit 2026-01-28 17:30:54 -03:00
lib Initial commit 2026-01-28 17:30:54 -03:00
process Initial commit 2026-01-28 17:30:54 -03:00
public Initial commit 2026-01-28 17:30:54 -03:00
schemas Initial commit 2026-01-28 17:30:54 -03:00
server Initial commit 2026-01-28 17:30:54 -03:00
socket Initial commit 2026-01-28 17:30:54 -03:00
tools Initial commit 2026-01-28 17:30:54 -03:00
utils Initial commit 2026-01-28 17:30:54 -03:00
client.crt Initial commit 2026-01-28 17:30:54 -03:00
client.key Initial commit 2026-01-28 17:30:54 -03:00
config.json Initial commit 2026-01-28 17:30:54 -03:00
db.js Initial commit 2026-01-28 17:30:54 -03:00
fiery-server.zip Initial commit 2026-01-28 17:30:54 -03:00
https-proxy.js Initial commit 2026-01-28 17:30:54 -03:00
index.js Initial commit 2026-01-28 17:30:54 -03:00
loop.server.sh Initial commit 2026-01-28 17:30:54 -03:00
main.js Initial commit 2026-01-28 17:30:54 -03:00
Multi-Socketio-Server.md Initial commit 2026-01-28 17:30:54 -03:00
package-lock.json Initial commit 2026-01-28 17:30:54 -03:00
package.json Initial commit 2026-01-28 17:30:54 -03:00
README.md Initial commit 2026-01-28 17:30:54 -03:00
server.cert Initial commit 2026-01-28 17:30:54 -03:00
server.key Initial commit 2026-01-28 17:30:54 -03:00
server.zip Initial commit 2026-01-28 17:30:54 -03:00
updateDatabase.js Initial commit 2026-01-28 17:30:54 -03:00
yarn.lock Initial commit 2026-01-28 17:30:54 -03:00

project install

npm install or yarn install

dependent

Start monogdb locally

mongod.conf

# mongod.conf
# Where and how to store data.
storage:
  dbPath: /tmp/mongodb/db  ## Need to be modified
  journal:
    enabled: true
#  engine:
#  wiredTiger:
# where to write logging data.
systemLog:
  destination: file
  logAppend: true
  path: /Users/rc/Code/github/woodway-tech/mongodb/logs/mongod.log

# network interfaces
net:
  port: 27017
  bindIp: 127.0.0.1

start monogdb mongod --config /you/local/path/mongod.conf

start project

node index.js or sh ./loop.server.sh

tip: rum loop.server.sh. After the service exits abnormally Will restart automatically

test auto trigger jenkins only main branch

userInfo.json Field Description

  • format: [userID]: {}
  • ip: Last login ip address
  • lastDate: Last login time
  • rainJoinState: Can I join rain; value = true/false; If it does not exist, you can add it
  • giftCardState: Whether the gift card can be used; value=true/false; If the property does not exist, you can use the gift card