A self hosted livestreaming server.
This repository has been archived on 2021-01-16. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Go to file
knotteye 4309da7c39 Added setup script for inspIRCd
Added bot script for registering and unregistering permanent channels
TODO: inspircd config template
2019-09-18 16:46:25 -05:00
src Added setup script for inspIRCd 2019-09-18 16:46:25 -05:00
.gitignore Added setup script for inspIRCd 2019-09-18 16:46:25 -05:00
LICENSE Add package.json and LICENSE, name the project. 2019-09-15 12:23:09 -05:00
README Added setup script for inspIRCd 2019-09-18 16:46:25 -05:00
ircd-setup Added setup script for inspIRCd 2019-09-18 16:46:25 -05:00
package-lock.json Added setup script for inspIRCd 2019-09-18 16:46:25 -05:00
package.json Added setup script for inspIRCd 2019-09-18 16:46:25 -05:00
tsconfig.json Initial 2019-09-11 19:28:17 -05:00

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