Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cixtor/pastio
Pastebin web application written in Go that leverages the power of the ACE editor and the Mozilla Together.js library to offer WebRTC
https://github.com/cixtor/pastio
Last synced: 10 days ago
JSON representation
Pastebin web application written in Go that leverages the power of the ACE editor and the Mozilla Together.js library to offer WebRTC
- Host: GitHub
- URL: https://github.com/cixtor/pastio
- Owner: cixtor
- License: mit
- Created: 2013-09-02T14:22:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T00:02:08.000Z (about 3 years ago)
- Last Synced: 2024-04-14T20:11:47.538Z (8 months ago)
- Language: Go
- Homepage:
- Size: 1.67 MB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[Pastio](http://cixtor.com/pastio) is a web service that provides similar functionality to that of the popular **Pastebin** website.
It offers a code editor with syntax highlighting for multiple programming languages and the ability to store the code in the server for an unlimited period of time. Additionally, a list of recent content can be accessed from the interface as long as the user is authorized.
The interface also allows to do pair programming by leveraging the collaboration functionality to the [Mozilla Together.JS](https://togetherjs.com/) project which offers audio, chat, user focus (multi-cursors) and real-time content synchronization.
This is the third iteration of the project, originally written in Node.js with the node-webkit UI tookit, then re-implemented in PHP with the Laravel framework as a website, and ultimately re-written as a web service powered by the Go programming language.
![screenshot](screenshot.png)