Go to file
Van b2b08ccdd2 refactor layout 2014-09-02 18:09:11 +08:00
conf . 2014-09-02 17:19:34 +08:00
doc/zh_CN . 2014-09-02 18:06:20 +08:00
editor 重构 2014-09-01 20:50:51 +08:00
file . 2014-09-02 17:38:08 +08:00
i18n 在线文档 2014-09-01 10:47:59 +08:00
output 重构 2014-09-01 20:50:51 +08:00
shell 重构 2014-08-31 17:39:39 +08:00
static refactor layout 2014-09-02 18:09:11 +08:00
user 重构 2014-09-01 20:50:51 +08:00
util 重构 2014-09-01 20:50:51 +08:00
view refactor layout 2014-09-02 18:09:11 +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-08-29 09:23:35 +08:00
main.go 会话默认 1 天过期 2014-09-02 09:56:36 +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