Go to file
Liang Ding ec477b5e7a i18n 2014-08-25 22:17:02 +08:00
conf i18n 2014-08-25 22:17:02 +08:00
data/src . 2014-08-22 15:37:26 +08:00
editor . 2014-08-18 21:51:03 +08:00
file Fix #6 2014-08-23 23:06:23 +08:00
i18n i18n 2014-08-25 22:17:02 +08:00
output . 2014-08-22 15:37:26 +08:00
session init 2014-08-18 21:45:43 +08:00
shell . 2014-08-18 21:51:03 +08:00
static . 2014-08-23 20:50:20 +08:00
templates i18n 2014-08-25 22:17:02 +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 Update README.md 2014-08-21 15:09:12 +08:00
main.go i18n 2014-08-25 22:17:02 +08:00

README.md

Wide

Intro

A simple Web IDE for golang.

Features

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

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, B3log Team (http://b3log.org)

Licensed under the Apache License 2.0.

Credits