Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leogopal/firecodinglive

Live Coding Editing
https://github.com/leogopal/firecodinglive

code-tests firepad hire live-coding

Last synced: 21 days ago
JSON representation

Live Coding Editing

Awesome Lists containing this project

README

        

# HireSpark

Live Collaborative Code Pads.

## Examples

[![Netlify Status](https://api.netlify.com/api/v1/badges/8100b9d7-e084-49ca-8e88-224e5427dd76/deploy-status)](https://app.netlify.com/sites/sharp-ptolemy-dbf746/deploys)

You can run the examples by simply opening any of the following files in your browser:

* [`code.html`](demos/code.html) - Code-editing using CodeMirror.
* [`ace.html`](demos/ace.html) - Code-editing using ACE.
* [`richtext-simple.html`](demos/richtext-simple.html) - Simple rich-text editing.
* [`richtext.html`](demos/richtext.html) - More advanced rich-text editing.
* [`userlist.html`](./userlist.html) - Rich-text editing with a list of users showing who's
currently present.

## Security Rules

Example Realtime Database Security Rules to protect your Firepad data can be found in the
[`security/`](./security) directory.

## Integrations

* `firepad.rb` - A Ruby script for loading the contents of a Firepad from your server-side Ruby code.