Skip to content

A fully functional terminal in the browser using xterm-js on the frontend and django & python-socketio on the backend.

Notifications You must be signed in to change notification settings

ysdfxp/django-xtermjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-xtermjs

screenshot

Credit

This repository is a copy of cs01/pyxterms but using django and python-socketio instead of flask and flask-socketio to create a fully functional terminal in the browser.

This is a starting point to build your own web app with a terminal.

Installation

Clone the repository and cd into it, then run:

python -m venv venv
venv/bin/pip install -r requirements.txt
venv/bin/python manage.py runserver

About

A fully functional terminal in the browser using xterm-js on the frontend and django & python-socketio on the backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.9%
  • HTML 24.1%