knotteye 935b850bcd Hooked up server.ts to database, it now validates, redirects, and records based on database queries.
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.
2019-09-22 16:33:18 -05:00
2019-09-20 13:02:29 -05:00
2019-09-18 16:46:25 -05:00
2019-09-18 16:46:25 -05:00
2019-09-20 11:09:15 -05:00
2019-09-20 11:09:15 -05:00

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
Description
No description provided
Readme AGPL-3.0 2.2 MiB
Languages
TypeScript 70.2%
HTML 19%
JavaScript 7.8%
Shell 1.9%
CSS 1.1%