GithubHelp home page GithubHelp logo

webmacs-1's Introduction

Webmacs

Description

Webmacs is a package which lets other people watch you editing stuff in Emacs on every modern web browser.

Usage

Server Side

The server is written in Clojure. Currently no pre-built jar is available, so you need leiningen.

$ git clone https://github.com/the-kenny/webmacs.git
$ cd webmacs
$ lein run

This will run a local webserver on port 3000. The entry point for Emacs is port 9881.

You can change these defaults via environment variables EMACS_PORT and WEB_PORT.

Emacs Side

  1. Put webmacs.el somewhere in your load path
  2. Load webmacs.el
(require 'webmacs)
  1. Connect to Server
M-x webmacs-open-connection RET RET RET

(Optional: Specify other values for host and port)

  1. Enable webmacs-mode in every buffer which you want to publish
M-x webmacs-mode

Browser

Published buffers are referenced via their name:

http://localhost:3000/emacs/<buffer-name>

Future Goals

Webmacs is in pretty rough shape. A major feature missing is font-lock (syntax highlighting), and many other convenient things like listing available buffers isn’t implemented yet.

See TODO.org for things that needs to be done.

License

Copyright © 2012 Moritz Ulrich

Distributed under the Eclipse Public License, the same as Clojure.

webmacs-1's People

Contributors

the-kenny avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.