Go to file
Liang Ding 60c820697c 自动完成括号 2014-09-06 22:23:46 +08:00
conf . 2014-09-05 14:33:43 +08:00
doc/zh_CN 文档 2014-09-06 20:46:31 +08:00
editor 重构 2014-09-05 11:07:29 +08:00
file json mode 2014-09-06 22:20:10 +08:00
i18n #31 2014-09-05 12:18:50 +08:00
output . 2014-09-05 13:22:25 +08:00
shell . 2014-09-05 16:34:34 +08:00
static 自动完成括号 2014-09-06 22:23:46 +08:00
user 重构 2014-09-05 11:07:29 +08:00
util 重构 2014-09-01 20:50:51 +08:00
view 自动完成括号 2014-09-06 22:23:46 +08:00
.gitignore . 2014-09-02 17:19:34 +08:00
LICENSE init 2014-08-18 21:45:43 +08:00
README.md Update README.md 2014-09-06 18:48:59 +08:00
main.go . 2014-09-05 14:33:43 +08:00

README.md

Wide

Intro

A simple Web IDE for golang.

Features

  • Code Highlight
  • Autocomplete
  • Format
  • Run & Debug
  • Multiplayer
  • Navigation & Jump
  • Shell
  • Git integration
  • Web development

Demos

Setup

  1. Downloads source
  2. Compiles wide with go build
  3. Configures conf/wide.json
  4. Runs the executable wide or wide.exe

License

Copyright (c) 2014, B3log Team (http://b3log.org)

Licensed under the Apache License 2.0.

Credits