motepair

所属分类:开发工具
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2017-05-26 21:29:11
上 传 者sh-1993
说明:  Atom的远程对编程工具。无滞后!,
(Remote pair programming tool for Atom. Lag free!,)

文件列表:
.travis.yml (184, 2017-05-26)
CHANGELOG.md (65, 2017-05-26)
LICENSE.md (35075, 2017-05-26)
coffeelint.json (2447, 2017-05-26)
docs/ (0, 2017-05-26)
docs/motepair.gif (956829, 2017-05-26)
docs/presentation-large.gif (619291, 2017-05-26)
keymaps/ (0, 2017-05-26)
keymaps/atom-remote-pair.cson (408, 2017-05-26)
lib/ (0, 2017-05-26)
lib/atom_attacher.js (3016, 2017-05-26)
lib/atom_share.coffee (1042, 2017-05-26)
lib/event_handler.coffee (5688, 2017-05-26)
lib/main.coffee (3418, 2017-05-26)
lib/new-session-view.coffee (781, 2017-05-26)
lib/remote-cursor-view.coffee (1523, 2017-05-26)
lib/session-view.coffee (506, 2017-05-26)
lib/share/ (0, 2017-05-26)
lib/share/client/ (0, 2017-05-26)
lib/share/client/connection.js (16890, 2017-05-26)
lib/share/client/doc.js (34859, 2017-05-26)
lib/share/client/index.js (152, 2017-05-26)
lib/share/client/microevent.js (2073, 2017-05-26)
lib/share/client/query.js (7864, 2017-05-26)
lib/share/client/register.js (241, 2017-05-26)
lib/share/client/textarea.js (5725, 2017-05-26)
lib/share/client/web-prelude.js (203, 2017-05-26)
lib/share/index.js (516, 2017-05-26)
lib/share/types/ (0, 2017-05-26)
lib/share/types/index.js (365, 2017-05-26)
lib/share/types/text-api.js (2080, 2017-05-26)
lib/share/types/text-tp2-api.js (4089, 2017-05-26)
menus/ (0, 2017-05-26)
menus/atom-remote-pair.cson (381, 2017-05-26)
package.json (732, 2017-05-26)
spec/ (0, 2017-05-26)
spec/event-handler-spec.coffee (5277, 2017-05-26)
... ...

# Remote Pairing package [![Build Status](https://travis-ci.org/motepair/motepair.svg?branch=master)](https://travis-ci.org/motepair/motepair) [![Join the chat at https://gitter.im/motepair/motepair](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/motepair/motepair?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Remote pair programming tool for Atom. Lag free! ![remote-pair](https://raw.githubusercontent.com/motepair/motepair/master/docs/motepair.gif) ### How it Works We’ve done a basic integration with [Share.js](http://sharejs.org/) to allow concurrent editing via OT and bind some Atom events to a websocket, like opening/closing/saving files. ### Installing Use the Atom package manager, which can be found in the Settings view or run `apm install motepair` from the command line. ### Using Open the project to start collaborating via the `Motepair:connect` command (you can trigger this command via Cmd+Shift+P). Please make sure that peers to open the same project directory. This is a very important step as we rely on the relative project path to identify the correct file. ### Deploying Server Deploy your own server easily on Heroku. [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/motepair/motepair-server) ### Current Status Features: - Insertion/Deletion. - Open/Close/Switch Files. - Save Files. - Selection - Remote Cursor - Gravatar - Go to Motepair settings to enable it. Just type your email than your pair will see your photo. - Encrypted Connection (You need to deploy your own [server](https://github.com/motepair/motepair-server) in order to use this feature.) Current Backlog: - Peers Indication - Directory validation ### Development * Create a branch with your feature/fix. * Add a specs * Create a PR. ### Warning The connection right now it is not encrypted if you have problems with that, please do not use it. That is part of the backlog. Be aware that this package is still in development, so it can be unstable, we are working hard to make the Remote Pair programming a better experience to all. Please, if you see any bug, don't hesitate and open a Issue, we need your help to improve the code and fix all the bugs. Check out the [server repository](https://github.com/motepair/motepair-server) ## Contributors * [Leon Maia](http://github.com/leonmaia) ([@leonmaia](https://twitter.com/leonmaia)) * [Luiz Filho](http://github.com/luizbafilho) ([@luizbafilho](http://twitter.com/luizbafilho)) ## License GPL v3 License. © 2014 Leon Maia & Luiz Filho [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/motepair/motepair/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

近期下载者

相关文件


收藏者