No description
Find a file
2014-02-14 16:04:45 +01:00
bin Various clean 2014-02-12 15:53:26 +01:00
butterfly Well that was fun. (This web worker version is 3x slower but a bit smoother. Sadly it doesn't work in firefox because of this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=504553) 2014-02-14 16:04:45 +01:00
.gitmodules Fix mouse :) 2014-02-11 17:57:22 +01:00
butterfly.png Add README.md 2014-02-14 11:25:44 +01:00
butterfly.server.py Refactoring + better inline html integration 2014-02-06 18:00:51 +01:00
butterfly.service Fix INET6 sockets 2014-01-30 14:32:15 +01:00
dev.py Well that was fun. (This web worker version is 3x slower but a bit smoother. Sadly it doesn't work in firefox because of this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=504553) 2014-02-14 16:04:45 +01:00
LICENSE Small fixes 2014-02-14 10:03:28 +01:00
README.md Add README.md 2014-02-14 11:25:44 +01:00
requirements.txt Port to tornado 2014-01-14 12:11:43 +01:00
setup.py Small fixes 2014-02-14 10:03:28 +01:00

ƸӜƷ butterfly

Description

Butterfly is a tornado web server written in python which powers a full featured web terminal.

The js part is heavily based on term.js which is heavily based on jslinux.

Try it

    $ pip install butterfly
    $ butterfly.server.py

Then open localhost:57575 in your favorite browser and done.

Author

Florian Mounier

License

    butterfly Copyright (C) 2014  Florian Mounier

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.