Go to file
Liang Ding 792a3db187 init 2014-08-18 21:45:43 +08:00
conf init 2014-08-18 21:45:43 +08:00
data/src/hello init 2014-08-18 21:45:43 +08:00
editor init 2014-08-18 21:45:43 +08:00
file init 2014-08-18 21:45:43 +08:00
output init 2014-08-18 21:45:43 +08:00
session init 2014-08-18 21:45:43 +08:00
shell init 2014-08-18 21:45:43 +08:00
static init 2014-08-18 21:45:43 +08:00
templates init 2014-08-18 21:45:43 +08:00
util init 2014-08-18 21:45:43 +08:00
.gitignore init 2014-08-18 21:45:43 +08:00
LICENSE init 2014-08-18 21:45:43 +08:00
README.md init 2014-08-18 21:45:43 +08:00
main.go init 2014-08-18 21:45:43 +08:00

README.md

Wide

Intro

A simple Web IDE for golang.

Features

  • Code Highlight
  • Autocomplete
  • Format
  • Run & Output
  • Multiplayer
  • Navigation & Jump (TBD)
  • Shell

Setup

  1. Wide works fine with Linux, other platforms are unsupported
  2. Downloads source
  3. Compiles wide with go build
  4. Configures conf/wide.json
  5. Runs the executable wide

License

Copyright (c) 2014, Liang Ding (http://88250.b3log.org)

Licensed under the Apache License 2.0.

Credits