1.0.5 • Published 6 years ago

coraline-core v1.0.5

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
6 years ago

coraline-core

Coraline-core is the back-end library of the Coraline Project

If you are searching for the front-end client library, please look at: coraline-client

About this:

This repository is not "batteries included", that means its not made for creating coralines by itself, if you want to create interactive content, and not to contribute to coraline-core you may want to see: coraline-cli

Installation:

	npm install coraline-core

Basic usage:

	const Coraline = require('coraline-core'); // Import the library
	const io = require('socket.io')(); // Import socket.io
	const PORT = 8000
	
	io.listen(PORT); // Start Socket.io Server

	Coraline.createServer(io); // Configure Coraline server
	// Done! it's all you need to start working :D

Running tests:

	npm test

Generating docs:

	npm run generate-docs

The documentation will be generated in ./jsdoc folder

Donations:

You can colaborate to the project by donating some pennies to this wallets, we appreciate your collaboration <3

Bitcoin: 1GRLN4C8U7TezPLa6cLHHdfSpSF3qHNuR5

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago