knotteye
935b850bcd
Added setup script for database. Added database.ts to create and manage a pool of connections. Possibly abstracting query logic in the future. Updated controller to instantiate database.ts. |
||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README | ||
db_setup.sql | ||
ircd-setup | ||
package-lock.json | ||
package.json | ||
satyr | ||
tsconfig.json |
README
Satyr: A livestreaming server System dependencies: npm, node, typescript (Typescript can be installed through npm) Build Instructions git clone https://gitlab.com/knotteye/satyr.git cd satyr npm install tsc Run the server node server.js