Skip to main content

The Server for Live Coder, works with the Live Coder VSCode extension.

Project description

Live Coder

Live Coder lets you see how your program will execute as you type.

Demo GIF

It comes in 2 parts, a server (here) and a VSCode Extension

Requirements

It only runs Python3 unitests.

Setup

  1. Install the Server

pip install live-coder

  1. Install the VSCode Extension
  2. Watch the intro video

Having Issues?

Please add an issue.

If the server isn't starting, you can start it within Python:

from live_coder.server import app
app.run(host='0.0.0.0', port=5000, debug=False)

Note: The host and port arguments cannot be changed since the editor extension expects the given ones.

Thanks

Thanks to the Pioneer community for the encouragement, it's a great community worth checking out!

If your interested in other new coding tools you should check out the Future of Coding community!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

live-coder-0.0.2.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

live_coder-0.0.2-py3-none-any.whl (25.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page