Go to file
Van 037159e39e codemirror upgrade 2014-08-30 11:26:14 +08:00
conf 支持多用户的源码仓库模型 2014-08-28 10:51:03 +08:00
data/repos/src tab 滚动测试文件添加 2014-08-29 17:56:26 +08:00
editor . 2014-08-18 21:51:03 +08:00
file 支持多用户的源码仓库模型 2014-08-28 10:51:03 +08:00
i18n i18n 2014-08-25 22:17:02 +08:00
output 支持多用户的源码仓库模型 2014-08-28 10:51:03 +08:00
session init 2014-08-18 21:45:43 +08:00
shell 支持多用户的源码仓库模型 2014-08-28 10:51:03 +08:00
static codemirror upgrade 2014-08-30 11:26:14 +08:00
templates codemirror upgrade 2014-08-30 11:26:14 +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-29 09:23:35 +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)

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